#3547b2
a balanced, vivid blue · warm · closest name: slateblue
RGB
53, 71, 178
HSL
231°, 54%, 45%
CMYK
70, 60, 0, 30
Luminance
0.0848
Every format
| HEX | #3547b2 |
| RGB | rgb(53, 71, 178) |
| HSL | hsl(231, 54%, 45%) |
| CMYK | cmyk(70%, 60%, 0%, 30%) |
| LAB | lab(35.0 29.5 -59.0) |
| LCH | lch(35.0 66.0 296.5) |
| OKLCH | oklch(0.451 0.170 270.7) |
Copy-ready code
/* CSS */
color: #3547b2;
background-color: #3547b2;
/* Tailwind (arbitrary) */
class="text-[#3547b2] bg-[#3547b2]"
/* SCSS */
$brand: #3547b2;
/* SwiftUI */
Color(red: 0.208, green: 0.278, blue: 0.698)
/* Android */
Color.parseColor("#3547b2")Accessibility — WCAG contrast
Aa
#3547b2 on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3547b2 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green27.8%
Blue69.8%
CMYK percentages
Cyan70.2%
Magenta60.1%
Yellow0.0%
Key (black)30.2%
Color previews
#3547b2 text on a black background
contrast 2.70:1
Card sample
#3547b2 text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3547b2;
Background color
Panel with #3547b2 background
background-color: #3547b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3547b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 71, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 71, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3547b2; background: linear-gradient(135deg, #3547b2, #7635B2);