#a79fdf
a light, vivid blue · warm · closest name: plum
RGB
167, 159, 223
HSL
248°, 50%, 75%
CMYK
25, 29, 0, 13
Luminance
0.3834
Every format
| HEX | #a79fdf |
| RGB | rgb(167, 159, 223) |
| HSL | hsl(248, 50%, 75%) |
| CMYK | cmyk(25%, 29%, 0%, 13%) |
| LAB | lab(68.3 16.6 -31.3) |
| LCH | lch(68.3 35.4 297.8) |
| OKLCH | oklch(0.733 0.092 289.7) |
Copy-ready code
/* CSS */
color: #a79fdf;
background-color: #a79fdf;
/* Tailwind (arbitrary) */
class="text-[#a79fdf] bg-[#a79fdf]"
/* SCSS */
$brand: #a79fdf;
/* SwiftUI */
Color(red: 0.655, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#a79fdf")Accessibility — WCAG contrast
Aa
#a79fdf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a79fdf on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green62.4%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a79fdf text on a black background
contrast 8.67:1
Card sample
#a79fdf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a79fdf;
Background color
Panel with #a79fdf background
background-color: #a79fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a79fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a79fdf; background: linear-gradient(135deg, #a79fdf, #D29FDF);