#4abfd8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 191, 216
HSL
191°, 65%, 57%
CMYK
66, 12, 0, 15
Luminance
0.4368
Every format
| HEX | #4abfd8 |
| RGB | rgb(74, 191, 216) |
| HSL | hsl(191, 65%, 57%) |
| CMYK | cmyk(66%, 12%, 0%, 15%) |
| LAB | lab(72.0 -24.9 -22.2) |
| LCH | lch(72.0 33.4 221.6) |
| OKLCH | oklch(0.749 0.109 214.5) |
Copy-ready code
/* CSS */
color: #4abfd8;
background-color: #4abfd8;
/* Tailwind (arbitrary) */
class="text-[#4abfd8] bg-[#4abfd8]"
/* SCSS */
$brand: #4abfd8;
/* SwiftUI */
Color(red: 0.290, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#4abfd8")Accessibility — WCAG contrast
Aa
#4abfd8 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abfd8 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green74.9%
Blue84.7%
CMYK percentages
Cyan65.7%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#4abfd8 text on a black background
contrast 9.74:1
Card sample
#4abfd8 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abfd8;
Background color
Panel with #4abfd8 background
background-color: #4abfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abfd8; background: linear-gradient(135deg, #4abfd8, #4A60D8);