#545afd
a light, electric blue · warm · closest name: slateblue
RGB
84, 90, 253
HSL
238°, 98%, 66%
CMYK
67, 64, 0, 1
Luminance
0.1629
Every format
| HEX | #545afd |
| RGB | rgb(84, 90, 253) |
| HSL | hsl(238, 98%, 66%) |
| CMYK | cmyk(67%, 64%, 0%, 1%) |
| LAB | lab(47.4 47.5 -81.7) |
| LCH | lch(47.4 94.5 300.1) |
| OKLCH | oklch(0.566 0.236 274.3) |
Copy-ready code
/* CSS */
color: #545afd;
background-color: #545afd;
/* Tailwind (arbitrary) */
class="text-[#545afd] bg-[#545afd]"
/* SCSS */
$brand: #545afd;
/* SwiftUI */
Color(red: 0.329, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#545afd")Accessibility — WCAG contrast
Aa
#545afd on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#545afd on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green35.3%
Blue99.2%
CMYK percentages
Cyan66.8%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#545afd text on a black background
contrast 4.26:1
Card sample
#545afd text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545afd;
Background color
Panel with #545afd background
background-color: #545afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545afd; background: linear-gradient(135deg, #545afd, #BF54FD);