#5f5cfd
a light, electric blue · warm · closest name: slateblue
RGB
95, 92, 253
HSL
241°, 98%, 68%
CMYK
63, 64, 0, 1
Luminance
0.1718
Every format
| HEX | #5f5cfd |
| RGB | rgb(95, 92, 253) |
| HSL | hsl(241, 98%, 68%) |
| CMYK | cmyk(63%, 64%, 0%, 1%) |
| LAB | lab(48.5 47.8 -79.8) |
| LCH | lch(48.5 93.0 300.9) |
| OKLCH | oklch(0.576 0.232 277.1) |
Copy-ready code
/* CSS */
color: #5f5cfd;
background-color: #5f5cfd;
/* Tailwind (arbitrary) */
class="text-[#5f5cfd] bg-[#5f5cfd]"
/* SCSS */
$brand: #5f5cfd;
/* SwiftUI */
Color(red: 0.373, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#5f5cfd")Accessibility — WCAG contrast
Aa
#5f5cfd on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f5cfd on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green36.1%
Blue99.2%
CMYK percentages
Cyan62.5%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#5f5cfd text on a black background
contrast 4.44:1
Card sample
#5f5cfd text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f5cfd;
Background color
Panel with #5f5cfd background
background-color: #5f5cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f5cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f5cfd; background: linear-gradient(135deg, #5f5cfd, #CA5CFD);