#4375eb
a balanced, electric blue · cool · closest name: royalblue
RGB
67, 117, 235
HSL
222°, 81%, 59%
CMYK
72, 50, 0, 8
Luminance
0.1991
Every format
| HEX | #4375eb |
| RGB | rgb(67, 117, 235) |
| HSL | hsl(222, 81%, 59%) |
| CMYK | cmyk(72%, 50%, 0%, 8%) |
| LAB | lab(51.7 22.6 -64.6) |
| LCH | lch(51.7 68.4 289.3) |
| OKLCH | oklch(0.592 0.186 264.2) |
Copy-ready code
/* CSS */
color: #4375eb;
background-color: #4375eb;
/* Tailwind (arbitrary) */
class="text-[#4375eb] bg-[#4375eb]"
/* SCSS */
$brand: #4375eb;
/* SwiftUI */
Color(red: 0.263, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#4375eb")Accessibility — WCAG contrast
Aa
#4375eb on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4375eb on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green45.9%
Blue92.2%
CMYK percentages
Cyan71.5%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#4375eb text on a black background
contrast 4.98:1
Card sample
#4375eb text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4375eb;
Background color
Panel with #4375eb background
background-color: #4375eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4375eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4375eb; background: linear-gradient(135deg, #4375eb, #8143EB);