#4cdecf
a balanced, vivid cyan · cool · “turquoise”
RGB
76, 222, 207
HSL
174°, 69%, 58%
CMYK
66, 0, 7, 13
Luminance
0.5828
Every format
| HEX | #4cdecf |
| RGB | rgb(76, 222, 207) |
| HSL | hsl(174, 69%, 58%) |
| CMYK | cmyk(66%, 0%, 7%, 13%) |
| LAB | lab(80.9 -41.8 -4.0) |
| LCH | lch(80.9 42.0 185.5) |
| OKLCH | oklch(0.820 0.124 185.3) |
Copy-ready code
/* CSS */
color: #4cdecf;
background-color: #4cdecf;
/* Tailwind (arbitrary) */
class="text-[#4cdecf] bg-[#4cdecf]"
/* SCSS */
$brand: #4cdecf;
/* SwiftUI */
Color(red: 0.298, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#4cdecf")Accessibility — WCAG contrast
Aa
#4cdecf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdecf on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green87.1%
Blue81.2%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#4cdecf text on a black background
contrast 12.66:1
Card sample
#4cdecf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdecf;
Background color
Panel with #4cdecf background
background-color: #4cdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdecf; background: linear-gradient(135deg, #4cdecf, #4C8CDE);