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