#4cccad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 204, 173
HSL
166°, 56%, 55%
CMYK
63, 0, 15, 20
Luminance
0.4774
Every format
| HEX | #4cccad |
| RGB | rgb(76, 204, 173) |
| HSL | hsl(166, 56%, 55%) |
| CMYK | cmyk(63%, 0%, 15%, 20%) |
| LAB | lab(74.7 -42.5 5.1) |
| LCH | lch(74.7 42.8 173.2) |
| OKLCH | oklch(0.766 0.121 173.9) |
Copy-ready code
/* CSS */
color: #4cccad;
background-color: #4cccad;
/* Tailwind (arbitrary) */
class="text-[#4cccad] bg-[#4cccad]"
/* SCSS */
$brand: #4cccad;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#4cccad")Accessibility — WCAG contrast
Aa
#4cccad on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cccad on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue67.8%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow15.2%
Key (black)20.0%
Color previews
#4cccad text on a black background
contrast 10.55:1
Card sample
#4cccad text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cccad;
Background color
Panel with #4cccad background
background-color: #4cccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cccad; background: linear-gradient(135deg, #4cccad, #4C96CC);