#a09af3
a light, electric blue · warm · closest name: dodgerblue
RGB
160, 154, 243
HSL
244°, 79%, 78%
CMYK
34, 37, 0, 5
Luminance
0.3706
Every format
| HEX | #a09af3 |
| RGB | rgb(160, 154, 243) |
| HSL | hsl(244, 79%, 78%) |
| CMYK | cmyk(34%, 37%, 0%, 5%) |
| LAB | lab(67.3 22.4 -43.8) |
| LCH | lch(67.3 49.2 297.1) |
| OKLCH | oklch(0.727 0.128 285.8) |
Copy-ready code
/* CSS */
color: #a09af3;
background-color: #a09af3;
/* Tailwind (arbitrary) */
class="text-[#a09af3] bg-[#a09af3]"
/* SCSS */
$brand: #a09af3;
/* SwiftUI */
Color(red: 0.627, green: 0.604, blue: 0.953)
/* Android */
Color.parseColor("#a09af3")Accessibility — WCAG contrast
Aa
#a09af3 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a09af3 on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green60.4%
Blue95.3%
CMYK percentages
Cyan34.2%
Magenta36.6%
Yellow0.0%
Key (black)4.7%
Color previews
#a09af3 text on a black background
contrast 8.41:1
Card sample
#a09af3 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09af3;
Background color
Panel with #a09af3 background
background-color: #a09af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 154, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 154, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09af3; background: linear-gradient(135deg, #a09af3, #DB9AF3);