#3ebfc0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 191, 192
HSL
181°, 51%, 50%
CMYK
68, 1, 0, 25
Luminance
0.4209
Every format
| HEX | #3ebfc0 |
| RGB | rgb(62, 191, 192) |
| HSL | hsl(181, 51%, 50%) |
| CMYK | cmyk(68%, 1%, 0%, 25%) |
| LAB | lab(70.9 -33.8 -10.7) |
| LCH | lch(70.9 35.5 197.6) |
| OKLCH | oklch(0.737 0.110 195.8) |
Copy-ready code
/* CSS */
color: #3ebfc0;
background-color: #3ebfc0;
/* Tailwind (arbitrary) */
class="text-[#3ebfc0] bg-[#3ebfc0]"
/* SCSS */
$brand: #3ebfc0;
/* SwiftUI */
Color(red: 0.243, green: 0.749, blue: 0.753)
/* Android */
Color.parseColor("#3ebfc0")Accessibility — WCAG contrast
Aa
#3ebfc0 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebfc0 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.9%
Blue75.3%
CMYK percentages
Cyan67.7%
Magenta0.5%
Yellow0.0%
Key (black)24.7%
Color previews
#3ebfc0 text on a black background
contrast 9.42:1
Card sample
#3ebfc0 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebfc0;
Background color
Panel with #3ebfc0 background
background-color: #3ebfc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebfc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 191, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 191, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebfc0; background: linear-gradient(135deg, #3ebfc0, #3E68C0);