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