#3ebfc4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 191, 196
HSL
182°, 53%, 51%
CMYK
68, 3, 0, 23
Luminance
0.4227
Every format
| HEX | #3ebfc4 |
| RGB | rgb(62, 191, 196) |
| HSL | hsl(182, 53%, 51%) |
| CMYK | cmyk(68%, 3%, 0%, 23%) |
| LAB | lab(71.1 -32.6 -12.7) |
| LCH | lch(71.1 35.0 201.3) |
| OKLCH | oklch(0.738 0.110 198.8) |
Copy-ready code
/* CSS */
color: #3ebfc4;
background-color: #3ebfc4;
/* Tailwind (arbitrary) */
class="text-[#3ebfc4] bg-[#3ebfc4]"
/* SCSS */
$brand: #3ebfc4;
/* SwiftUI */
Color(red: 0.243, green: 0.749, blue: 0.769)
/* Android */
Color.parseColor("#3ebfc4")Accessibility — WCAG contrast
Aa
#3ebfc4 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebfc4 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.9%
Blue76.9%
CMYK percentages
Cyan68.4%
Magenta2.6%
Yellow0.0%
Key (black)23.1%
Color previews
#3ebfc4 text on a black background
contrast 9.45:1
Card sample
#3ebfc4 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebfc4;
Background color
Panel with #3ebfc4 background
background-color: #3ebfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 191, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 191, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebfc4; background: linear-gradient(135deg, #3ebfc4, #3E66C4);