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