#4ba0fd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
75, 160, 253
HSL
211°, 98%, 64%
CMYK
70, 37, 0, 1
Luminance
0.3373
Every format
| HEX | #4ba0fd |
| RGB | rgb(75, 160, 253) |
| HSL | hsl(211, 98%, 64%) |
| CMYK | cmyk(70%, 37%, 0%, 1%) |
| LAB | lab(64.7 4.1 -53.7) |
| LCH | lch(64.7 53.8 274.3) |
| OKLCH | oklch(0.696 0.160 252.9) |
Copy-ready code
/* CSS */
color: #4ba0fd;
background-color: #4ba0fd;
/* Tailwind (arbitrary) */
class="text-[#4ba0fd] bg-[#4ba0fd]"
/* SCSS */
$brand: #4ba0fd;
/* SwiftUI */
Color(red: 0.294, green: 0.627, blue: 0.992)
/* Android */
Color.parseColor("#4ba0fd")Accessibility — WCAG contrast
Aa
#4ba0fd on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba0fd on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green62.7%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta36.8%
Yellow0.0%
Key (black)0.8%
Color previews
#4ba0fd text on a black background
contrast 7.75:1
Card sample
#4ba0fd text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba0fd;
Background color
Panel with #4ba0fd background
background-color: #4ba0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 160, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 160, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba0fd; background: linear-gradient(135deg, #4ba0fd, #6C4BFD);