#4abfef
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 191, 239
HSL
198°, 84%, 61%
CMYK
69, 20, 0, 6
Luminance
0.4495
Every format
| HEX | #4abfef |
| RGB | rgb(74, 191, 239) |
| HSL | hsl(198, 84%, 61%) |
| CMYK | cmyk(69%, 20%, 0%, 6%) |
| LAB | lab(72.9 -17.8 -33.4) |
| LCH | lch(72.9 37.8 241.9) |
| OKLCH | oklch(0.758 0.124 229.1) |
Copy-ready code
/* CSS */
color: #4abfef;
background-color: #4abfef;
/* Tailwind (arbitrary) */
class="text-[#4abfef] bg-[#4abfef]"
/* SCSS */
$brand: #4abfef;
/* SwiftUI */
Color(red: 0.290, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#4abfef")Accessibility — WCAG contrast
Aa
#4abfef on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abfef on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green74.9%
Blue93.7%
CMYK percentages
Cyan69.0%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#4abfef text on a black background
contrast 9.99:1
Card sample
#4abfef text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abfef;
Background color
Panel with #4abfef background
background-color: #4abfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abfef; background: linear-gradient(135deg, #4abfef, #4A51EF);