#4babfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
75, 171, 253
HSL
208°, 98%, 64%
CMYK
70, 32, 0, 1
Luminance
0.3771
Every format
| HEX | #4babfd |
| RGB | rgb(75, 171, 253) |
| HSL | hsl(208, 98%, 64%) |
| CMYK | cmyk(70%, 32%, 0%, 1%) |
| LAB | lab(67.8 -2.2 -48.8) |
| LCH | lch(67.8 48.9 267.4) |
| OKLCH | oklch(0.721 0.150 247.6) |
Copy-ready code
/* CSS */
color: #4babfd;
background-color: #4babfd;
/* Tailwind (arbitrary) */
class="text-[#4babfd] bg-[#4babfd]"
/* SCSS */
$brand: #4babfd;
/* SwiftUI */
Color(red: 0.294, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#4babfd")Accessibility — WCAG contrast
Aa
#4babfd on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4babfd on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.1%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#4babfd text on a black background
contrast 8.54:1
Card sample
#4babfd text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4babfd;
Background color
Panel with #4babfd background
background-color: #4babfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4babfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4babfd; background: linear-gradient(135deg, #4babfd, #614BFD);