#4cdccb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 220, 203
HSL
173°, 67%, 58%
CMYK
66, 0, 8, 14
Luminance
0.5703
Every format
| HEX | #4cdccb |
| RGB | rgb(76, 220, 203) |
| HSL | hsl(173, 67%, 58%) |
| CMYK | cmyk(66%, 0%, 8%, 14%) |
| LAB | lab(80.2 -42.0 -2.9) |
| LCH | lch(80.2 42.1 184.0) |
| OKLCH | oklch(0.814 0.124 183.9) |
Copy-ready code
/* CSS */
color: #4cdccb;
background-color: #4cdccb;
/* Tailwind (arbitrary) */
class="text-[#4cdccb] bg-[#4cdccb]"
/* SCSS */
$brand: #4cdccb;
/* SwiftUI */
Color(red: 0.298, green: 0.863, blue: 0.796)
/* Android */
Color.parseColor("#4cdccb")Accessibility — WCAG contrast
Aa
#4cdccb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdccb on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.3%
Blue79.6%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow7.7%
Key (black)13.7%
Color previews
#4cdccb text on a black background
contrast 12.41:1
Card sample
#4cdccb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdccb;
Background color
Panel with #4cdccb background
background-color: #4cdccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 220, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 220, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdccb; background: linear-gradient(135deg, #4cdccb, #4C8DDC);