#a596fd
a light, electric blue · warm · closest name: dodgerblue
RGB
165, 150, 253
HSL
249°, 96%, 79%
CMYK
35, 41, 0, 1
Luminance
0.3690
Every format
| HEX | #a596fd |
| RGB | rgb(165, 150, 253) |
| HSL | hsl(249, 96%, 79%) |
| CMYK | cmyk(35%, 41%, 0%, 1%) |
| LAB | lab(67.2 28.6 -49.5) |
| LCH | lch(67.2 57.1 300.0) |
| OKLCH | oklch(0.729 0.147 288.9) |
Copy-ready code
/* CSS */
color: #a596fd;
background-color: #a596fd;
/* Tailwind (arbitrary) */
class="text-[#a596fd] bg-[#a596fd]"
/* SCSS */
$brand: #a596fd;
/* SwiftUI */
Color(red: 0.647, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#a596fd")Accessibility — WCAG contrast
Aa
#a596fd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a596fd on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green58.8%
Blue99.2%
CMYK percentages
Cyan34.8%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#a596fd text on a black background
contrast 8.38:1
Card sample
#a596fd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a596fd;
Background color
Panel with #a596fd background
background-color: #a596fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a596fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a596fd; background: linear-gradient(135deg, #a596fd, #EA96FD);