#4358b2
a balanced, vivid blue · warm · closest name: royalblue
RGB
67, 88, 178
HSL
229°, 45%, 48%
CMYK
62, 51, 0, 30
Luminance
0.1139
Every format
| HEX | #4358b2 |
| RGB | rgb(67, 88, 178) |
| HSL | hsl(229, 45%, 48%) |
| CMYK | cmyk(62%, 51%, 0%, 30%) |
| LAB | lab(40.2 20.7 -50.5) |
| LCH | lch(40.2 54.5 292.3) |
| OKLCH | oklch(0.492 0.144 270.4) |
Copy-ready code
/* CSS */
color: #4358b2;
background-color: #4358b2;
/* Tailwind (arbitrary) */
class="text-[#4358b2] bg-[#4358b2]"
/* SCSS */
$brand: #4358b2;
/* SwiftUI */
Color(red: 0.263, green: 0.345, blue: 0.698)
/* Android */
Color.parseColor("#4358b2")Accessibility — WCAG contrast
Aa
#4358b2 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4358b2 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green34.5%
Blue69.8%
CMYK percentages
Cyan62.4%
Magenta50.6%
Yellow0.0%
Key (black)30.2%
Color previews
#4358b2 text on a black background
contrast 3.28:1
Card sample
#4358b2 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4358b2;
Background color
Panel with #4358b2 background
background-color: #4358b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4358b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 88, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 88, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4358b2; background: linear-gradient(135deg, #4358b2, #7843B2);