#4b7bfd
a balanced, electric blue · cool · closest name: royalblue
RGB
75, 123, 253
HSL
224°, 98%, 64%
CMYK
70, 51, 0, 1
Luminance
0.2275
Every format
| HEX | #4b7bfd |
| RGB | rgb(75, 123, 253) |
| HSL | hsl(224, 98%, 64%) |
| CMYK | cmyk(70%, 51%, 0%, 1%) |
| LAB | lab(54.8 26.3 -69.6) |
| LCH | lch(54.8 74.4 290.7) |
| OKLCH | oklch(0.620 0.201 265.6) |
Copy-ready code
/* CSS */
color: #4b7bfd;
background-color: #4b7bfd;
/* Tailwind (arbitrary) */
class="text-[#4b7bfd] bg-[#4b7bfd]"
/* SCSS */
$brand: #4b7bfd;
/* SwiftUI */
Color(red: 0.294, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#4b7bfd")Accessibility — WCAG contrast
Aa
#4b7bfd on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b7bfd on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green48.2%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#4b7bfd text on a black background
contrast 5.55:1
Card sample
#4b7bfd text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b7bfd;
Background color
Panel with #4b7bfd background
background-color: #4b7bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b7bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b7bfd; background: linear-gradient(135deg, #4b7bfd, #924BFD);