#5f5afd
a light, electric blue · warm · closest name: slateblue
RGB
95, 90, 253
HSL
242°, 98%, 67%
CMYK
63, 64, 0, 1
Luminance
0.1684
Every format
| HEX | #5f5afd |
| RGB | rgb(95, 90, 253) |
| HSL | hsl(242, 98%, 67%) |
| CMYK | cmyk(63%, 64%, 0%, 1%) |
| LAB | lab(48.0 48.9 -80.5) |
| LCH | lch(48.0 94.2 301.3) |
| OKLCH | oklch(0.573 0.234 277.4) |
Copy-ready code
/* CSS */
color: #5f5afd;
background-color: #5f5afd;
/* Tailwind (arbitrary) */
class="text-[#5f5afd] bg-[#5f5afd]"
/* SCSS */
$brand: #5f5afd;
/* SwiftUI */
Color(red: 0.373, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#5f5afd")Accessibility — WCAG contrast
Aa
#5f5afd on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f5afd on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green35.3%
Blue99.2%
CMYK percentages
Cyan62.5%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#5f5afd text on a black background
contrast 4.37:1
Card sample
#5f5afd text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f5afd;
Background color
Panel with #5f5afd background
background-color: #5f5afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f5afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f5afd; background: linear-gradient(135deg, #5f5afd, #CC5AFD);