#4ba3fd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
75, 163, 253
HSL
210°, 98%, 64%
CMYK
70, 36, 0, 1
Luminance
0.3478
Every format
| HEX | #4ba3fd |
| RGB | rgb(75, 163, 253) |
| HSL | hsl(210, 98%, 64%) |
| CMYK | cmyk(70%, 36%, 0%, 1%) |
| LAB | lab(65.6 2.4 -52.4) |
| LCH | lch(65.6 52.4 272.6) |
| OKLCH | oklch(0.703 0.157 251.5) |
Copy-ready code
/* CSS */
color: #4ba3fd;
background-color: #4ba3fd;
/* Tailwind (arbitrary) */
class="text-[#4ba3fd] bg-[#4ba3fd]"
/* SCSS */
$brand: #4ba3fd;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.992)
/* Android */
Color.parseColor("#4ba3fd")Accessibility — WCAG contrast
Aa
#4ba3fd on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba3fd on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta35.6%
Yellow0.0%
Key (black)0.8%
Color previews
#4ba3fd text on a black background
contrast 7.96:1
Card sample
#4ba3fd text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba3fd;
Background color
Panel with #4ba3fd background
background-color: #4ba3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba3fd; background: linear-gradient(135deg, #4ba3fd, #6A4BFD);