#a09af0
a light, vivid blue · warm · closest name: plum
RGB
160, 154, 240
HSL
244°, 74%, 77%
CMYK
33, 36, 0, 6
Luminance
0.3688
Every format
| HEX | #a09af0 |
| RGB | rgb(160, 154, 240) |
| HSL | hsl(244, 74%, 77%) |
| CMYK | cmyk(33%, 36%, 0%, 6%) |
| LAB | lab(67.2 21.6 -42.4) |
| LCH | lch(67.2 47.6 297.0) |
| OKLCH | oklch(0.725 0.123 286.1) |
Copy-ready code
/* CSS */
color: #a09af0;
background-color: #a09af0;
/* Tailwind (arbitrary) */
class="text-[#a09af0] bg-[#a09af0]"
/* SCSS */
$brand: #a09af0;
/* SwiftUI */
Color(red: 0.627, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#a09af0")Accessibility — WCAG contrast
Aa
#a09af0 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a09af0 on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green60.4%
Blue94.1%
CMYK percentages
Cyan33.3%
Magenta35.8%
Yellow0.0%
Key (black)5.9%
Color previews
#a09af0 text on a black background
contrast 8.38:1
Card sample
#a09af0 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09af0;
Background color
Panel with #a09af0 background
background-color: #a09af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09af0; background: linear-gradient(135deg, #a09af0, #D99AF0);