#4cddcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 221, 207
HSL
174°, 68%, 58%
CMYK
66, 0, 6, 13
Luminance
0.5775
Every format
| HEX | #4cddcf |
| RGB | rgb(76, 221, 207) |
| HSL | hsl(174, 68%, 58%) |
| CMYK | cmyk(66%, 0%, 6%, 13%) |
| LAB | lab(80.6 -41.4 -4.5) |
| LCH | lch(80.6 41.6 186.1) |
| OKLCH | oklch(0.818 0.123 185.9) |
Copy-ready code
/* CSS */
color: #4cddcf;
background-color: #4cddcf;
/* Tailwind (arbitrary) */
class="text-[#4cddcf] bg-[#4cddcf]"
/* SCSS */
$brand: #4cddcf;
/* SwiftUI */
Color(red: 0.298, green: 0.867, blue: 0.812)
/* Android */
Color.parseColor("#4cddcf")Accessibility — WCAG contrast
Aa
#4cddcf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cddcf on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.7%
Blue81.2%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow6.3%
Key (black)13.3%
Color previews
#4cddcf text on a black background
contrast 12.55:1
Card sample
#4cddcf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cddcf;
Background color
Panel with #4cddcf background
background-color: #4cddcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cddcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 221, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 221, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cddcf; background: linear-gradient(135deg, #4cddcf, #4C8ADD);