#4cefcc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
76, 239, 204
HSL
167°, 84%, 62%
CMYK
68, 0, 15, 6
Luminance
0.6763
Every format
| HEX | #4cefcc |
| RGB | rgb(76, 239, 204) |
| HSL | hsl(167, 84%, 62%) |
| CMYK | cmyk(68%, 0%, 15%, 6%) |
| LAB | lab(85.8 -49.9 4.8) |
| LCH | lch(85.8 50.1 174.6) |
| OKLCH | oklch(0.860 0.142 175.2) |
Copy-ready code
/* CSS */
color: #4cefcc;
background-color: #4cefcc;
/* Tailwind (arbitrary) */
class="text-[#4cefcc] bg-[#4cefcc]"
/* SCSS */
$brand: #4cefcc;
/* SwiftUI */
Color(red: 0.298, green: 0.937, blue: 0.800)
/* Android */
Color.parseColor("#4cefcc")Accessibility — WCAG contrast
Aa
#4cefcc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cefcc on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green93.7%
Blue80.0%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow14.6%
Key (black)6.3%
Color previews
#4cefcc text on a black background
contrast 14.53:1
Card sample
#4cefcc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cefcc;
Background color
Panel with #4cefcc background
background-color: #4cefcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cefcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 239, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 239, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cefcc; background: linear-gradient(135deg, #4cefcc, #4CA5EF);