#545fba
a balanced, soft blue · warm · closest name: slateblue
RGB
84, 95, 186
HSL
234°, 43%, 53%
CMYK
55, 49, 0, 27
Luminance
0.1361
Every format
| HEX | #545fba |
| RGB | rgb(84, 95, 186) |
| HSL | hsl(234, 43%, 53%) |
| CMYK | cmyk(55%, 49%, 0%, 27%) |
| LAB | lab(43.7 22.3 -49.5) |
| LCH | lch(43.7 54.3 294.3) |
| OKLCH | oklch(0.523 0.142 275.2) |
Copy-ready code
/* CSS */
color: #545fba;
background-color: #545fba;
/* Tailwind (arbitrary) */
class="text-[#545fba] bg-[#545fba]"
/* SCSS */
$brand: #545fba;
/* SwiftUI */
Color(red: 0.329, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#545fba")Accessibility — WCAG contrast
Aa
#545fba on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#545fba on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green37.3%
Blue72.9%
CMYK percentages
Cyan54.8%
Magenta48.9%
Yellow0.0%
Key (black)27.1%
Color previews
#545fba text on a black background
contrast 3.72:1
Card sample
#545fba text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545fba;
Background color
Panel with #545fba background
background-color: #545fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545fba; background: linear-gradient(135deg, #545fba, #8D54BA);