#3eefd3
a balanced, electric cyan · cool · closest name: turquoise
RGB
62, 239, 211
HSL
171°, 85%, 59%
CMYK
74, 0, 12, 6
Luminance
0.6746
Every format
| HEX | #3eefd3 |
| RGB | rgb(62, 239, 211) |
| HSL | hsl(171, 85%, 59%) |
| CMYK | cmyk(74%, 0%, 12%, 6%) |
| LAB | lab(85.7 -50.0 0.9) |
| LCH | lch(85.7 50.0 178.9) |
| OKLCH | oklch(0.859 0.144 179.3) |
Copy-ready code
/* CSS */
color: #3eefd3;
background-color: #3eefd3;
/* Tailwind (arbitrary) */
class="text-[#3eefd3] bg-[#3eefd3]"
/* SCSS */
$brand: #3eefd3;
/* SwiftUI */
Color(red: 0.243, green: 0.937, blue: 0.827)
/* Android */
Color.parseColor("#3eefd3")Accessibility — WCAG contrast
Aa
#3eefd3 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eefd3 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.7%
Blue82.7%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow11.7%
Key (black)6.3%
Color previews
#3eefd3 text on a black background
contrast 14.49:1
Card sample
#3eefd3 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eefd3;
Background color
Panel with #3eefd3 background
background-color: #3eefd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eefd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 239, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 239, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eefd3; background: linear-gradient(135deg, #3eefd3, #3E95EF);