#3eeddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
62, 237, 223
HSL
175°, 83%, 59%
CMYK
74, 0, 6, 7
Luminance
0.6692
Every format
| HEX | #3eeddf |
| RGB | rgb(62, 237, 223) |
| HSL | hsl(175, 83%, 59%) |
| CMYK | cmyk(74%, 0%, 6%, 7%) |
| LAB | lab(85.5 -46.0 -5.8) |
| LCH | lch(85.5 46.3 187.2) |
| OKLCH | oklch(0.858 0.138 186.8) |
Copy-ready code
/* CSS */
color: #3eeddf;
background-color: #3eeddf;
/* Tailwind (arbitrary) */
class="text-[#3eeddf] bg-[#3eeddf]"
/* SCSS */
$brand: #3eeddf;
/* SwiftUI */
Color(red: 0.243, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#3eeddf")Accessibility — WCAG contrast
Aa
#3eeddf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eeddf on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green92.9%
Blue87.5%
CMYK percentages
Cyan73.8%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#3eeddf text on a black background
contrast 14.38:1
Card sample
#3eeddf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eeddf;
Background color
Panel with #3eeddf background
background-color: #3eeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eeddf; background: linear-gradient(135deg, #3eeddf, #3E86ED);