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