#4b9dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
75, 157, 253
HSL
212°, 98%, 64%
CMYK
70, 38, 0, 1
Luminance
0.3270
Every format
| HEX | #4b9dfd |
| RGB | rgb(75, 157, 253) |
| HSL | hsl(212, 98%, 64%) |
| CMYK | cmyk(70%, 38%, 0%, 1%) |
| LAB | lab(63.9 5.8 -55.0) |
| LCH | lch(63.9 55.3 276.0) |
| OKLCH | oklch(0.690 0.163 254.2) |
Copy-ready code
/* CSS */
color: #4b9dfd;
background-color: #4b9dfd;
/* Tailwind (arbitrary) */
class="text-[#4b9dfd] bg-[#4b9dfd]"
/* SCSS */
$brand: #4b9dfd;
/* SwiftUI */
Color(red: 0.294, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#4b9dfd")Accessibility — WCAG contrast
Aa
#4b9dfd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4b9dfd on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green61.6%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#4b9dfd text on a black background
contrast 7.54:1
Card sample
#4b9dfd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b9dfd;
Background color
Panel with #4b9dfd background
background-color: #4b9dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b9dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b9dfd; background: linear-gradient(135deg, #4b9dfd, #704BFD);