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