#4cccbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 204, 191
HSL
174°, 56%, 55%
CMYK
63, 0, 6, 20
Luminance
0.4848
Every format
| HEX | #4cccbf |
| RGB | rgb(76, 204, 191) |
| HSL | hsl(174, 56%, 55%) |
| CMYK | cmyk(63%, 0%, 6%, 20%) |
| LAB | lab(75.1 -38.0 -3.9) |
| LCH | lch(75.1 38.1 185.9) |
| OKLCH | oklch(0.772 0.113 185.7) |
Copy-ready code
/* CSS */
color: #4cccbf;
background-color: #4cccbf;
/* Tailwind (arbitrary) */
class="text-[#4cccbf] bg-[#4cccbf]"
/* SCSS */
$brand: #4cccbf;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#4cccbf")Accessibility — WCAG contrast
Aa
#4cccbf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cccbf on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue74.9%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#4cccbf text on a black background
contrast 10.70:1
Card sample
#4cccbf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cccbf;
Background color
Panel with #4cccbf background
background-color: #4cccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cccbf; background: linear-gradient(135deg, #4cccbf, #4C84CC);