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