#4cdfcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 223, 203
HSL
172°, 70%, 59%
CMYK
66, 0, 9, 13
Luminance
0.5862
Every format
| HEX | #4cdfcb |
| RGB | rgb(76, 223, 203) |
| HSL | hsl(172, 70%, 59%) |
| CMYK | cmyk(66%, 0%, 9%, 13%) |
| LAB | lab(81.1 -43.3 -1.6) |
| LCH | lch(81.1 43.4 182.1) |
| OKLCH | oklch(0.821 0.127 182.3) |
Copy-ready code
/* CSS */
color: #4cdfcb;
background-color: #4cdfcb;
/* Tailwind (arbitrary) */
class="text-[#4cdfcb] bg-[#4cdfcb]"
/* SCSS */
$brand: #4cdfcb;
/* SwiftUI */
Color(red: 0.298, green: 0.875, blue: 0.796)
/* Android */
Color.parseColor("#4cdfcb")Accessibility — WCAG contrast
Aa
#4cdfcb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdfcb on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green87.5%
Blue79.6%
CMYK percentages
Cyan65.9%
Magenta0.0%
Yellow9.0%
Key (black)12.5%
Color previews
#4cdfcb text on a black background
contrast 12.72:1
Card sample
#4cdfcb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdfcb;
Background color
Panel with #4cdfcb background
background-color: #4cdfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 223, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 223, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdfcb; background: linear-gradient(135deg, #4cdfcb, #4C91DF);