#4ba2fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
75, 162, 252
HSL
211°, 97%, 64%
CMYK
70, 36, 0, 1
Luminance
0.3436
Every format
| HEX | #4ba2fc |
| RGB | rgb(75, 162, 252) |
| HSL | hsl(211, 97%, 64%) |
| CMYK | cmyk(70%, 36%, 0%, 1%) |
| LAB | lab(65.3 2.6 -52.3) |
| LCH | lch(65.3 52.4 272.8) |
| OKLCH | oklch(0.700 0.157 251.7) |
Copy-ready code
/* CSS */
color: #4ba2fc;
background-color: #4ba2fc;
/* Tailwind (arbitrary) */
class="text-[#4ba2fc] bg-[#4ba2fc]"
/* SCSS */
$brand: #4ba2fc;
/* SwiftUI */
Color(red: 0.294, green: 0.635, blue: 0.988)
/* Android */
Color.parseColor("#4ba2fc")Accessibility — WCAG contrast
Aa
#4ba2fc on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba2fc on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.5%
Blue98.8%
CMYK percentages
Cyan70.2%
Magenta35.7%
Yellow0.0%
Key (black)1.2%
Color previews
#4ba2fc text on a black background
contrast 7.87:1
Card sample
#4ba2fc text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba2fc;
Background color
Panel with #4ba2fc background
background-color: #4ba2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 162, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 162, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba2fc; background: linear-gradient(135deg, #4ba2fc, #6A4BFC);