#545fd4
a balanced, vivid blue · warm · closest name: royalblue
RGB
84, 95, 212
HSL
235°, 60%, 58%
CMYK
60, 55, 0, 17
Luminance
0.1482
Every format
| HEX | #545fd4 |
| RGB | rgb(84, 95, 212) |
| HSL | hsl(235, 60%, 58%) |
| CMYK | cmyk(60%, 55%, 0%, 17%) |
| LAB | lab(45.4 30.9 -61.8) |
| LCH | lch(45.4 69.1 296.6) |
| OKLCH | oklch(0.541 0.178 274.7) |
Copy-ready code
/* CSS */
color: #545fd4;
background-color: #545fd4;
/* Tailwind (arbitrary) */
class="text-[#545fd4] bg-[#545fd4]"
/* SCSS */
$brand: #545fd4;
/* SwiftUI */
Color(red: 0.329, green: 0.373, blue: 0.831)
/* Android */
Color.parseColor("#545fd4")Accessibility — WCAG contrast
Aa
#545fd4 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#545fd4 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green37.3%
Blue83.1%
CMYK percentages
Cyan60.4%
Magenta55.2%
Yellow0.0%
Key (black)16.9%
Color previews
#545fd4 text on a black background
contrast 3.96:1
Card sample
#545fd4 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545fd4;
Background color
Panel with #545fd4 background
background-color: #545fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 95, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 95, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545fd4; background: linear-gradient(135deg, #545fd4, #9E54D4);