#545cef
a balanced, electric blue · warm · closest name: slateblue
RGB
84, 92, 239
HSL
237°, 83%, 63%
CMYK
65, 62, 0, 6
Luminance
0.1577
Every format
| HEX | #545cef |
| RGB | rgb(84, 92, 239) |
| HSL | hsl(237, 83%, 63%) |
| CMYK | cmyk(65%, 62%, 0%, 6%) |
| LAB | lab(46.7 41.7 -75.0) |
| LCH | lch(46.7 85.8 299.1) |
| OKLCH | oklch(0.557 0.217 274.5) |
Copy-ready code
/* CSS */
color: #545cef;
background-color: #545cef;
/* Tailwind (arbitrary) */
class="text-[#545cef] bg-[#545cef]"
/* SCSS */
$brand: #545cef;
/* SwiftUI */
Color(red: 0.329, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#545cef")Accessibility — WCAG contrast
Aa
#545cef on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#545cef on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green36.1%
Blue93.7%
CMYK percentages
Cyan64.9%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#545cef text on a black background
contrast 4.15:1
Card sample
#545cef text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545cef;
Background color
Panel with #545cef background
background-color: #545cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545cef; background: linear-gradient(135deg, #545cef, #B354EF);