#4cdcbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 220, 191
HSL
168°, 67%, 58%
CMYK
66, 0, 13, 14
Luminance
0.5648
Every format
| HEX | #4cdcbf |
| RGB | rgb(76, 220, 191) |
| HSL | hsl(168, 67%, 58%) |
| CMYK | cmyk(66%, 0%, 13%, 14%) |
| LAB | lab(79.9 -45.0 3.0) |
| LCH | lch(79.9 45.1 176.2) |
| OKLCH | oklch(0.810 0.129 176.7) |
Copy-ready code
/* CSS */
color: #4cdcbf;
background-color: #4cdcbf;
/* Tailwind (arbitrary) */
class="text-[#4cdcbf] bg-[#4cdcbf]"
/* SCSS */
$brand: #4cdcbf;
/* SwiftUI */
Color(red: 0.298, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#4cdcbf")Accessibility — WCAG contrast
Aa
#4cdcbf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdcbf on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.3%
Blue74.9%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#4cdcbf text on a black background
contrast 12.30:1
Card sample
#4cdcbf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdcbf;
Background color
Panel with #4cdcbf background
background-color: #4cdcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdcbf; background: linear-gradient(135deg, #4cdcbf, #4C99DC);