Hex Color #3DA4BF - Custom Color
Color Codes
HEX
#3DA4BF
RGB
rgb(61, 164, 191)
HSL
hsl(192, 52%, 49%)
CMYK
cmyk(68%, 14%, 0%, 25%)
HSV
hsv(192, 68%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.89:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.26:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #3DA4BF;
color: #3DA4BF;
border-color: #3DA4BF;
}
Tailwind CSS (with arbitrary values)
bg-[#3DA4BF]
text-[#3DA4BF]
border-[#3DA4BF]
// Example usage:
<div className="bg-[#3DA4BF]">