#a09df7
a light, electric blue · warm · closest name: dodgerblue
RGB
160, 157, 247
HSL
242°, 85%, 79%
CMYK
35, 36, 0, 3
Luminance
0.3830
Every format
| HEX | #a09df7 |
| RGB | rgb(160, 157, 247) |
| HSL | hsl(242, 85%, 79%) |
| CMYK | cmyk(35%, 36%, 0%, 3%) |
| LAB | lab(68.2 21.7 -44.6) |
| LCH | lch(68.2 49.6 296.0) |
| OKLCH | oklch(0.735 0.129 284.3) |
Copy-ready code
/* CSS */
color: #a09df7;
background-color: #a09df7;
/* Tailwind (arbitrary) */
class="text-[#a09df7] bg-[#a09df7]"
/* SCSS */
$brand: #a09df7;
/* SwiftUI */
Color(red: 0.627, green: 0.616, blue: 0.969)
/* Android */
Color.parseColor("#a09df7")Accessibility — WCAG contrast
Aa
#a09df7 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a09df7 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green61.6%
Blue96.9%
CMYK percentages
Cyan35.2%
Magenta36.4%
Yellow0.0%
Key (black)3.1%
Color previews
#a09df7 text on a black background
contrast 8.66:1
Card sample
#a09df7 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09df7;
Background color
Panel with #a09df7 background
background-color: #a09df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 157, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 157, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09df7; background: linear-gradient(135deg, #a09df7, #DC9DF7);