#4ce2e2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 226, 226
HSL
180°, 72%, 59%
CMYK
66, 0, 0, 11
Luminance
0.6142
Every format
| HEX | #4ce2e2 |
| RGB | rgb(76, 226, 226) |
| HSL | hsl(180, 72%, 59%) |
| CMYK | cmyk(66%, 0%, 0%, 11%) |
| LAB | lab(82.6 -38.5 -11.6) |
| LCH | lch(82.6 40.2 196.7) |
| OKLCH | oklch(0.836 0.124 195.0) |
Copy-ready code
/* CSS */
color: #4ce2e2;
background-color: #4ce2e2;
/* Tailwind (arbitrary) */
class="text-[#4ce2e2] bg-[#4ce2e2]"
/* SCSS */
$brand: #4ce2e2;
/* SwiftUI */
Color(red: 0.298, green: 0.886, blue: 0.886)
/* Android */
Color.parseColor("#4ce2e2")Accessibility — WCAG contrast
Aa
#4ce2e2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce2e2 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green88.6%
Blue88.6%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow0.0%
Key (black)11.4%
Color previews
#4ce2e2 text on a black background
contrast 13.28:1
Card sample
#4ce2e2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce2e2;
Background color
Panel with #4ce2e2 background
background-color: #4ce2e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce2e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 226, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 226, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce2e2; background: linear-gradient(135deg, #4ce2e2, #4C7EE2);