#4cddbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 221, 191
HSL
168°, 68%, 58%
CMYK
66, 0, 14, 13
Luminance
0.5701
Every format
| HEX | #4cddbf |
| RGB | rgb(76, 221, 191) |
| HSL | hsl(168, 68%, 58%) |
| CMYK | cmyk(66%, 0%, 14%, 13%) |
| LAB | lab(80.2 -45.5 3.5) |
| LCH | lch(80.2 45.6 175.6) |
| OKLCH | oklch(0.813 0.130 176.3) |
Copy-ready code
/* CSS */
color: #4cddbf;
background-color: #4cddbf;
/* Tailwind (arbitrary) */
class="text-[#4cddbf] bg-[#4cddbf]"
/* SCSS */
$brand: #4cddbf;
/* SwiftUI */
Color(red: 0.298, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#4cddbf")Accessibility — WCAG contrast
Aa
#4cddbf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cddbf on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.7%
Blue74.9%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow13.6%
Key (black)13.3%
Color previews
#4cddbf text on a black background
contrast 12.40:1
Card sample
#4cddbf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cddbf;
Background color
Panel with #4cddbf background
background-color: #4cddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cddbf; background: linear-gradient(135deg, #4cddbf, #4C9ADD);