#4b6df3
a balanced, electric blue · warm · closest name: royalblue
RGB
75, 109, 243
HSL
228°, 88%, 62%
CMYK
69, 55, 0, 5
Luminance
0.1890
Every format
| HEX | #4b6df3 |
| RGB | rgb(75, 109, 243) |
| HSL | hsl(228, 88%, 62%) |
| CMYK | cmyk(69%, 55%, 0%, 5%) |
| LAB | lab(50.6 31.4 -70.9) |
| LCH | lch(50.6 77.6 293.9) |
| OKLCH | oklch(0.586 0.204 268.6) |
Copy-ready code
/* CSS */
color: #4b6df3;
background-color: #4b6df3;
/* Tailwind (arbitrary) */
class="text-[#4b6df3] bg-[#4b6df3]"
/* SCSS */
$brand: #4b6df3;
/* SwiftUI */
Color(red: 0.294, green: 0.427, blue: 0.953)
/* Android */
Color.parseColor("#4b6df3")Accessibility — WCAG contrast
Aa
#4b6df3 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b6df3 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green42.7%
Blue95.3%
CMYK percentages
Cyan69.1%
Magenta55.1%
Yellow0.0%
Key (black)4.7%
Color previews
#4b6df3 text on a black background
contrast 4.78:1
Card sample
#4b6df3 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b6df3;
Background color
Panel with #4b6df3 background
background-color: #4b6df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b6df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 109, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 109, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b6df3; background: linear-gradient(135deg, #4b6df3, #994BF3);