#4ceade
a balanced, electric cyan · cool · closest name: turquoise
RGB
76, 234, 222
HSL
175°, 79%, 61%
CMYK
68, 0, 5, 8
Luminance
0.6566
Every format
| HEX | #4ceade |
| RGB | rgb(76, 234, 222) |
| HSL | hsl(175, 79%, 61%) |
| CMYK | cmyk(68%, 0%, 5%, 8%) |
| LAB | lab(84.8 -43.2 -6.2) |
| LCH | lch(84.8 43.6 188.1) |
| OKLCH | oklch(0.853 0.130 187.7) |
Copy-ready code
/* CSS */
color: #4ceade;
background-color: #4ceade;
/* Tailwind (arbitrary) */
class="text-[#4ceade] bg-[#4ceade]"
/* SCSS */
$brand: #4ceade;
/* SwiftUI */
Color(red: 0.298, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#4ceade")Accessibility — WCAG contrast
Aa
#4ceade on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ceade on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green91.8%
Blue87.1%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#4ceade text on a black background
contrast 14.13:1
Card sample
#4ceade text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ceade;
Background color
Panel with #4ceade background
background-color: #4ceade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ceade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ceade; background: linear-gradient(135deg, #4ceade, #4C8DEA);