#4abcfc
a balanced, electric blue · cool · closest name: skyblue
RGB
74, 188, 252
HSL
202°, 97%, 64%
CMYK
71, 25, 0, 1
Luminance
0.4445
Every format
| HEX | #4abcfc |
| RGB | rgb(74, 188, 252) |
| HSL | hsl(202, 97%, 64%) |
| CMYK | cmyk(71%, 25%, 0%, 1%) |
| LAB | lab(72.5 -12.0 -40.9) |
| LCH | lch(72.5 42.6 253.6) |
| OKLCH | oklch(0.758 0.137 237.3) |
Copy-ready code
/* CSS */
color: #4abcfc;
background-color: #4abcfc;
/* Tailwind (arbitrary) */
class="text-[#4abcfc] bg-[#4abcfc]"
/* SCSS */
$brand: #4abcfc;
/* SwiftUI */
Color(red: 0.290, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#4abcfc")Accessibility — WCAG contrast
Aa
#4abcfc on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abcfc on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green73.7%
Blue98.8%
CMYK percentages
Cyan70.6%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#4abcfc text on a black background
contrast 9.89:1
Card sample
#4abcfc text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abcfc;
Background color
Panel with #4abcfc background
background-color: #4abcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abcfc; background: linear-gradient(135deg, #4abcfc, #4F4AFC);