#4ce3bc
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
76, 227, 188
HSL
165°, 73%, 59%
CMYK
67, 0, 17, 11
Luminance
0.6011
Every format
| HEX | #4ce3bc |
| RGB | rgb(76, 227, 188) |
| HSL | hsl(165, 73%, 59%) |
| CMYK | cmyk(67%, 0%, 17%, 11%) |
| LAB | lab(81.9 -48.8 7.5) |
| LCH | lch(81.9 49.3 171.2) |
| OKLCH | oklch(0.827 0.139 172.1) |
Copy-ready code
/* CSS */
color: #4ce3bc;
background-color: #4ce3bc;
/* Tailwind (arbitrary) */
class="text-[#4ce3bc] bg-[#4ce3bc]"
/* SCSS */
$brand: #4ce3bc;
/* SwiftUI */
Color(red: 0.298, green: 0.890, blue: 0.737)
/* Android */
Color.parseColor("#4ce3bc")Accessibility — WCAG contrast
Aa
#4ce3bc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce3bc on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green89.0%
Blue73.7%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow17.2%
Key (black)11.0%
Color previews
#4ce3bc text on a black background
contrast 13.02:1
Card sample
#4ce3bc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce3bc;
Background color
Panel with #4ce3bc background
background-color: #4ce3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 227, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 227, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce3bc; background: linear-gradient(135deg, #4ce3bc, #4CA5E3);