#545df3
a balanced, electric blue · warm · closest name: royalblue
RGB
84, 93, 243
HSL
237°, 87%, 64%
CMYK
65, 62, 0, 5
Luminance
0.1618
Every format
| HEX | #545df3 |
| RGB | rgb(84, 93, 243) |
| HSL | hsl(237, 87%, 64%) |
| CMYK | cmyk(65%, 62%, 0%, 5%) |
| LAB | lab(47.2 42.4 -76.3) |
| LCH | lch(47.2 87.3 299.1) |
| OKLCH | oklch(0.562 0.221 274.2) |
Copy-ready code
/* CSS */
color: #545df3;
background-color: #545df3;
/* Tailwind (arbitrary) */
class="text-[#545df3] bg-[#545df3]"
/* SCSS */
$brand: #545df3;
/* SwiftUI */
Color(red: 0.329, green: 0.365, blue: 0.953)
/* Android */
Color.parseColor("#545df3")Accessibility — WCAG contrast
Aa
#545df3 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#545df3 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green36.5%
Blue95.3%
CMYK percentages
Cyan65.4%
Magenta61.7%
Yellow0.0%
Key (black)4.7%
Color previews
#545df3 text on a black background
contrast 4.24:1
Card sample
#545df3 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545df3;
Background color
Panel with #545df3 background
background-color: #545df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 93, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 93, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545df3; background: linear-gradient(135deg, #545df3, #B554F3);