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