#4cddb7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 221, 183
HSL
164°, 68%, 58%
CMYK
66, 0, 17, 13
Luminance
0.5667
Every format
| HEX | #4cddb7 |
| RGB | rgb(76, 221, 183) |
| HSL | hsl(164, 68%, 58%) |
| CMYK | cmyk(66%, 0%, 17%, 13%) |
| LAB | lab(80.0 -47.4 7.4) |
| LCH | lch(80.0 48.0 171.1) |
| OKLCH | oklch(0.811 0.135 171.9) |
Copy-ready code
/* CSS */
color: #4cddb7;
background-color: #4cddb7;
/* Tailwind (arbitrary) */
class="text-[#4cddb7] bg-[#4cddb7]"
/* SCSS */
$brand: #4cddb7;
/* SwiftUI */
Color(red: 0.298, green: 0.867, blue: 0.718)
/* Android */
Color.parseColor("#4cddb7")Accessibility — WCAG contrast
Aa
#4cddb7 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cddb7 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.7%
Blue71.8%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow17.2%
Key (black)13.3%
Color previews
#4cddb7 text on a black background
contrast 12.33:1
Card sample
#4cddb7 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cddb7;
Background color
Panel with #4cddb7 background
background-color: #4cddb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cddb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 221, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 221, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cddb7; background: linear-gradient(135deg, #4cddb7, #4CA2DD);