#545eb0
a balanced, soft blue · warm · closest name: slateblue
RGB
84, 94, 176
HSL
234°, 37%, 51%
CMYK
52, 47, 0, 31
Luminance
0.1302
Every format
| HEX | #545eb0 |
| RGB | rgb(84, 94, 176) |
| HSL | hsl(234, 37%, 51%) |
| CMYK | cmyk(52%, 47%, 0%, 31%) |
| LAB | lab(42.8 19.7 -45.1) |
| LCH | lch(42.8 49.2 293.6) |
| OKLCH | oklch(0.514 0.129 275.7) |
Copy-ready code
/* CSS */
color: #545eb0;
background-color: #545eb0;
/* Tailwind (arbitrary) */
class="text-[#545eb0] bg-[#545eb0]"
/* SCSS */
$brand: #545eb0;
/* SwiftUI */
Color(red: 0.329, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#545eb0")Accessibility — WCAG contrast
Aa
#545eb0 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#545eb0 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green36.9%
Blue69.0%
CMYK percentages
Cyan52.3%
Magenta46.6%
Yellow0.0%
Key (black)31.0%
Color previews
#545eb0 text on a black background
contrast 3.60:1
Card sample
#545eb0 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545eb0;
Background color
Panel with #545eb0 background
background-color: #545eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545eb0; background: linear-gradient(135deg, #545eb0, #8754B0);