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