#4cdcb7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 220, 183
HSL
165°, 67%, 58%
CMYK
66, 0, 17, 14
Luminance
0.5614
Every format
| HEX | #4cdcb7 |
| RGB | rgb(76, 220, 183) |
| HSL | hsl(165, 67%, 58%) |
| CMYK | cmyk(66%, 0%, 17%, 14%) |
| LAB | lab(79.7 -47.0 7.0) |
| LCH | lch(79.7 47.5 171.5) |
| OKLCH | oklch(0.808 0.134 172.4) |
Copy-ready code
/* CSS */
color: #4cdcb7;
background-color: #4cdcb7;
/* Tailwind (arbitrary) */
class="text-[#4cdcb7] bg-[#4cdcb7]"
/* SCSS */
$brand: #4cdcb7;
/* SwiftUI */
Color(red: 0.298, green: 0.863, blue: 0.718)
/* Android */
Color.parseColor("#4cdcb7")Accessibility — WCAG contrast
Aa
#4cdcb7 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdcb7 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.3%
Blue71.8%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow16.8%
Key (black)13.7%
Color previews
#4cdcb7 text on a black background
contrast 12.23:1
Card sample
#4cdcb7 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdcb7;
Background color
Panel with #4cdcb7 background
background-color: #4cdcb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdcb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 220, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 220, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdcb7; background: linear-gradient(135deg, #4cdcb7, #4CA1DC);