#4ce3ce
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 227, 206
HSL
172°, 73%, 59%
CMYK
67, 0, 9, 11
Luminance
0.6093
Every format
| HEX | #4ce3ce |
| RGB | rgb(76, 227, 206) |
| HSL | hsl(172, 73%, 59%) |
| CMYK | cmyk(67%, 0%, 9%, 11%) |
| LAB | lab(82.3 -44.3 -1.4) |
| LCH | lch(82.3 44.3 181.8) |
| OKLCH | oklch(0.832 0.129 181.9) |
Copy-ready code
/* CSS */
color: #4ce3ce;
background-color: #4ce3ce;
/* Tailwind (arbitrary) */
class="text-[#4ce3ce] bg-[#4ce3ce]"
/* SCSS */
$brand: #4ce3ce;
/* SwiftUI */
Color(red: 0.298, green: 0.890, blue: 0.808)
/* Android */
Color.parseColor("#4ce3ce")Accessibility — WCAG contrast
Aa
#4ce3ce on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce3ce on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green89.0%
Blue80.8%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow9.3%
Key (black)11.0%
Color previews
#4ce3ce text on a black background
contrast 13.19:1
Card sample
#4ce3ce text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce3ce;
Background color
Panel with #4ce3ce background
background-color: #4ce3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 227, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 227, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce3ce; background: linear-gradient(135deg, #4ce3ce, #4C93E3);