#4ddfe2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
77, 223, 226
HSL
181°, 72%, 59%
CMYK
66, 1, 0, 11
Luminance
0.5984
Every format
| HEX | #4ddfe2 |
| RGB | rgb(77, 223, 226) |
| HSL | hsl(181, 72%, 59%) |
| CMYK | cmyk(66%, 1%, 0%, 11%) |
| LAB | lab(81.8 -37.0 -12.8) |
| LCH | lch(81.8 39.2 199.1) |
| OKLCH | oklch(0.829 0.122 197.0) |
Copy-ready code
/* CSS */
color: #4ddfe2;
background-color: #4ddfe2;
/* Tailwind (arbitrary) */
class="text-[#4ddfe2] bg-[#4ddfe2]"
/* SCSS */
$brand: #4ddfe2;
/* SwiftUI */
Color(red: 0.302, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#4ddfe2")Accessibility — WCAG contrast
Aa
#4ddfe2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ddfe2 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green87.5%
Blue88.6%
CMYK percentages
Cyan65.9%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#4ddfe2 text on a black background
contrast 12.97:1
Card sample
#4ddfe2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ddfe2;
Background color
Panel with #4ddfe2 background
background-color: #4ddfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ddfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ddfe2; background: linear-gradient(135deg, #4ddfe2, #4D7CE2);