#4cddc2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 221, 194
HSL
169°, 68%, 58%
CMYK
66, 0, 12, 13
Luminance
0.5714
Every format
| HEX | #4cddc2 |
| RGB | rgb(76, 221, 194) |
| HSL | hsl(169, 68%, 58%) |
| CMYK | cmyk(66%, 0%, 12%, 13%) |
| LAB | lab(80.3 -44.7 2.0) |
| LCH | lch(80.3 44.8 177.5) |
| OKLCH | oklch(0.814 0.129 178.0) |
Copy-ready code
/* CSS */
color: #4cddc2;
background-color: #4cddc2;
/* Tailwind (arbitrary) */
class="text-[#4cddc2] bg-[#4cddc2]"
/* SCSS */
$brand: #4cddc2;
/* SwiftUI */
Color(red: 0.298, green: 0.867, blue: 0.761)
/* Android */
Color.parseColor("#4cddc2")Accessibility — WCAG contrast
Aa
#4cddc2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cddc2 on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.7%
Blue76.1%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow12.2%
Key (black)13.3%
Color previews
#4cddc2 text on a black background
contrast 12.43:1
Card sample
#4cddc2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cddc2;
Background color
Panel with #4cddc2 background
background-color: #4cddc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cddc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 221, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 221, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cddc2; background: linear-gradient(135deg, #4cddc2, #4C97DD);