#4abbfd
a balanced, electric blue · cool · closest name: skyblue
RGB
74, 187, 253
HSL
202°, 98%, 64%
CMYK
71, 26, 0, 1
Luminance
0.4409
Every format
| HEX | #4abbfd |
| RGB | rgb(74, 187, 253) |
| HSL | hsl(202, 98%, 64%) |
| CMYK | cmyk(71%, 26%, 0%, 1%) |
| LAB | lab(72.3 -11.2 -41.8) |
| LCH | lch(72.3 43.3 255.0) |
| OKLCH | oklch(0.756 0.139 238.4) |
Copy-ready code
/* CSS */
color: #4abbfd;
background-color: #4abbfd;
/* Tailwind (arbitrary) */
class="text-[#4abbfd] bg-[#4abbfd]"
/* SCSS */
$brand: #4abbfd;
/* SwiftUI */
Color(red: 0.290, green: 0.733, blue: 0.992)
/* Android */
Color.parseColor("#4abbfd")Accessibility — WCAG contrast
Aa
#4abbfd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abbfd on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green73.3%
Blue99.2%
CMYK percentages
Cyan70.8%
Magenta26.1%
Yellow0.0%
Key (black)0.8%
Color previews
#4abbfd text on a black background
contrast 9.82:1
Card sample
#4abbfd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abbfd;
Background color
Panel with #4abbfd background
background-color: #4abbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 187, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 187, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abbfd; background: linear-gradient(135deg, #4abbfd, #504AFD);