#545af2
a balanced, electric blue · warm · closest name: slateblue
RGB
84, 90, 242
HSL
238°, 86%, 64%
CMYK
65, 63, 0, 5
Luminance
0.1561
Every format
| HEX | #545af2 |
| RGB | rgb(84, 90, 242) |
| HSL | hsl(238, 86%, 64%) |
| CMYK | cmyk(65%, 63%, 0%, 5%) |
| LAB | lab(46.5 43.9 -77.0) |
| LCH | lch(46.5 88.7 299.7) |
| OKLCH | oklch(0.556 0.223 274.7) |
Copy-ready code
/* CSS */
color: #545af2;
background-color: #545af2;
/* Tailwind (arbitrary) */
class="text-[#545af2] bg-[#545af2]"
/* SCSS */
$brand: #545af2;
/* SwiftUI */
Color(red: 0.329, green: 0.353, blue: 0.949)
/* Android */
Color.parseColor("#545af2")Accessibility — WCAG contrast
Aa
#545af2 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#545af2 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green35.3%
Blue94.9%
CMYK percentages
Cyan65.3%
Magenta62.8%
Yellow0.0%
Key (black)5.1%
Color previews
#545af2 text on a black background
contrast 4.12:1
Card sample
#545af2 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545af2;
Background color
Panel with #545af2 background
background-color: #545af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 90, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 90, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545af2; background: linear-gradient(135deg, #545af2, #B754F2);