#4367eb
a balanced, electric blue · warm · closest name: royalblue
RGB
67, 103, 235
HSL
227°, 81%, 59%
CMYK
72, 56, 0, 8
Luminance
0.1689
Every format
| HEX | #4367eb |
| RGB | rgb(67, 103, 235) |
| HSL | hsl(227, 81%, 59%) |
| CMYK | cmyk(72%, 56%, 0%, 8%) |
| LAB | lab(48.1 31.3 -70.4) |
| LCH | lch(48.1 77.1 294.0) |
| OKLCH | oklch(0.565 0.203 267.7) |
Copy-ready code
/* CSS */
color: #4367eb;
background-color: #4367eb;
/* Tailwind (arbitrary) */
class="text-[#4367eb] bg-[#4367eb]"
/* SCSS */
$brand: #4367eb;
/* SwiftUI */
Color(red: 0.263, green: 0.404, blue: 0.922)
/* Android */
Color.parseColor("#4367eb")Accessibility — WCAG contrast
Aa
#4367eb on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4367eb on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green40.4%
Blue92.2%
CMYK percentages
Cyan71.5%
Magenta56.2%
Yellow0.0%
Key (black)7.8%
Color previews
#4367eb text on a black background
contrast 4.38:1
Card sample
#4367eb text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4367eb;
Background color
Panel with #4367eb background
background-color: #4367eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4367eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 103, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 103, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4367eb; background: linear-gradient(135deg, #4367eb, #8F43EB);