#4ce0af
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
76, 224, 175
HSL
160°, 71%, 59%
CMYK
66, 0, 22, 12
Luminance
0.5794
Every format
| HEX | #4ce0af |
| RGB | rgb(76, 224, 175) |
| HSL | hsl(160, 71%, 59%) |
| CMYK | cmyk(66%, 0%, 22%, 12%) |
| LAB | lab(80.7 -50.5 12.7) |
| LCH | lch(80.7 52.1 165.9) |
| OKLCH | oklch(0.816 0.144 167.0) |
Copy-ready code
/* CSS */
color: #4ce0af;
background-color: #4ce0af;
/* Tailwind (arbitrary) */
class="text-[#4ce0af] bg-[#4ce0af]"
/* SCSS */
$brand: #4ce0af;
/* SwiftUI */
Color(red: 0.298, green: 0.878, blue: 0.686)
/* Android */
Color.parseColor("#4ce0af")Accessibility — WCAG contrast
Aa
#4ce0af on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce0af on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green87.8%
Blue68.6%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow21.9%
Key (black)12.2%
Color previews
#4ce0af text on a black background
contrast 12.59:1
Card sample
#4ce0af text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce0af;
Background color
Panel with #4ce0af background
background-color: #4ce0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 224, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 224, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce0af; background: linear-gradient(135deg, #4ce0af, #4CAEE0);