#4cf9cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
76, 249, 207
HSL
165°, 94%, 64%
CMYK
70, 0, 17, 2
Luminance
0.7379
Every format
| HEX | #4cf9cf |
| RGB | rgb(76, 249, 207) |
| HSL | hsl(165, 94%, 64%) |
| CMYK | cmyk(70%, 0%, 17%, 2%) |
| LAB | lab(88.8 -53.3 7.5) |
| LCH | lch(88.8 53.9 172.0) |
| OKLCH | oklch(0.885 0.151 172.8) |
Copy-ready code
/* CSS */
color: #4cf9cf;
background-color: #4cf9cf;
/* Tailwind (arbitrary) */
class="text-[#4cf9cf] bg-[#4cf9cf]"
/* SCSS */
$brand: #4cf9cf;
/* SwiftUI */
Color(red: 0.298, green: 0.976, blue: 0.812)
/* Android */
Color.parseColor("#4cf9cf")Accessibility — WCAG contrast
Aa
#4cf9cf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf9cf on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green97.6%
Blue81.2%
CMYK percentages
Cyan69.5%
Magenta0.0%
Yellow16.9%
Key (black)2.4%
Color previews
#4cf9cf text on a black background
contrast 15.76:1
Card sample
#4cf9cf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf9cf;
Background color
Panel with #4cf9cf background
background-color: #4cf9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 249, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 249, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf9cf; background: linear-gradient(135deg, #4cf9cf, #4CB0F9);