#3cefe4
a balanced, electric cyan · cool · closest name: turquoise
RGB
60, 239, 228
HSL
176°, 85%, 59%
CMYK
75, 0, 5, 6
Luminance
0.6830
Every format
| HEX | #3cefe4 |
| RGB | rgb(60, 239, 228) |
| HSL | hsl(176, 85%, 59%) |
| CMYK | cmyk(75%, 0%, 5%, 6%) |
| LAB | lab(86.2 -45.7 -7.4) |
| LCH | lch(86.2 46.3 189.2) |
| OKLCH | oklch(0.864 0.139 188.6) |
Copy-ready code
/* CSS */
color: #3cefe4;
background-color: #3cefe4;
/* Tailwind (arbitrary) */
class="text-[#3cefe4] bg-[#3cefe4]"
/* SCSS */
$brand: #3cefe4;
/* SwiftUI */
Color(red: 0.235, green: 0.937, blue: 0.894)
/* Android */
Color.parseColor("#3cefe4")Accessibility — WCAG contrast
Aa
#3cefe4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cefe4 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green93.7%
Blue89.4%
CMYK percentages
Cyan74.9%
Magenta0.0%
Yellow4.6%
Key (black)6.3%
Color previews
#3cefe4 text on a black background
contrast 14.66:1
Card sample
#3cefe4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cefe4;
Background color
Panel with #3cefe4 background
background-color: #3cefe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cefe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 239, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 239, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cefe4; background: linear-gradient(135deg, #3cefe4, #3C83EF);