#545fef
a balanced, electric blue · warm · closest name: royalblue
RGB
84, 95, 239
HSL
236°, 83%, 63%
CMYK
65, 60, 0, 6
Luminance
0.1630
Every format
| HEX | #545fef |
| RGB | rgb(84, 95, 239) |
| HSL | hsl(236, 83%, 63%) |
| CMYK | cmyk(65%, 60%, 0%, 6%) |
| LAB | lab(47.4 39.9 -73.9) |
| LCH | lch(47.4 84.0 298.4) |
| OKLCH | oklch(0.562 0.213 273.9) |
Copy-ready code
/* CSS */
color: #545fef;
background-color: #545fef;
/* Tailwind (arbitrary) */
class="text-[#545fef] bg-[#545fef]"
/* SCSS */
$brand: #545fef;
/* SwiftUI */
Color(red: 0.329, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#545fef")Accessibility — WCAG contrast
Aa
#545fef on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#545fef on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green37.3%
Blue93.7%
CMYK percentages
Cyan64.9%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#545fef text on a black background
contrast 4.26:1
Card sample
#545fef text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545fef;
Background color
Panel with #545fef background
background-color: #545fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545fef; background: linear-gradient(135deg, #545fef, #B054EF);