#a795fd
a light, electric blue · warm · closest name: slateblue
RGB
167, 149, 253
HSL
250°, 96%, 79%
CMYK
34, 41, 0, 1
Luminance
0.3680
Every format
| HEX | #a795fd |
| RGB | rgb(167, 149, 253) |
| HSL | hsl(250, 96%, 79%) |
| CMYK | cmyk(34%, 41%, 0%, 1%) |
| LAB | lab(67.1 29.7 -49.6) |
| LCH | lch(67.1 57.8 300.9) |
| OKLCH | oklch(0.728 0.148 290.2) |
Copy-ready code
/* CSS */
color: #a795fd;
background-color: #a795fd;
/* Tailwind (arbitrary) */
class="text-[#a795fd] bg-[#a795fd]"
/* SCSS */
$brand: #a795fd;
/* SwiftUI */
Color(red: 0.655, green: 0.584, blue: 0.992)
/* Android */
Color.parseColor("#a795fd")Accessibility — WCAG contrast
Aa
#a795fd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a795fd on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green58.4%
Blue99.2%
CMYK percentages
Cyan34.0%
Magenta41.1%
Yellow0.0%
Key (black)0.8%
Color previews
#a795fd text on a black background
contrast 8.36:1
Card sample
#a795fd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a795fd;
Background color
Panel with #a795fd background
background-color: #a795fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a795fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 149, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 149, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a795fd; background: linear-gradient(135deg, #a795fd, #EC95FD);