#4b67ff
a balanced, electric blue · warm · closest name: royalblue
RGB
75, 103, 255
HSL
231°, 100%, 65%
CMYK
71, 60, 0, 0
Luminance
0.1842
Every format
| HEX | #4b67ff |
| RGB | rgb(75, 103, 255) |
| HSL | hsl(231, 100%, 65%) |
| CMYK | cmyk(71%, 60%, 0%, 0%) |
| LAB | lab(50.0 39.3 -78.5) |
| LCH | lch(50.0 87.8 296.6) |
| OKLCH | oklch(0.584 0.227 269.9) |
Copy-ready code
/* CSS */
color: #4b67ff;
background-color: #4b67ff;
/* Tailwind (arbitrary) */
class="text-[#4b67ff] bg-[#4b67ff]"
/* SCSS */
$brand: #4b67ff;
/* SwiftUI */
Color(red: 0.294, green: 0.404, blue: 1.000)
/* Android */
Color.parseColor("#4b67ff")Accessibility — WCAG contrast
Aa
#4b67ff on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b67ff on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green40.4%
Blue100.0%
CMYK percentages
Cyan70.6%
Magenta59.6%
Yellow0.0%
Key (black)0.0%
Color previews
#4b67ff text on a black background
contrast 4.68:1
Card sample
#4b67ff text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b67ff;
Background color
Panel with #4b67ff background
background-color: #4b67ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b67ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 103, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 103, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b67ff; background: linear-gradient(135deg, #4b67ff, #A74BFF);