#a09dfb
a light, electric blue · warm · closest name: dodgerblue
RGB
160, 157, 251
HSL
242°, 92%, 80%
CMYK
36, 38, 0, 2
Luminance
0.3855
Every format
| HEX | #a09dfb |
| RGB | rgb(160, 157, 251) |
| HSL | hsl(242, 92%, 80%) |
| CMYK | cmyk(36%, 38%, 0%, 2%) |
| LAB | lab(68.4 22.8 -46.5) |
| LCH | lch(68.4 51.8 296.1) |
| OKLCH | oklch(0.737 0.134 284.0) |
Copy-ready code
/* CSS */
color: #a09dfb;
background-color: #a09dfb;
/* Tailwind (arbitrary) */
class="text-[#a09dfb] bg-[#a09dfb]"
/* SCSS */
$brand: #a09dfb;
/* SwiftUI */
Color(red: 0.627, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#a09dfb")Accessibility — WCAG contrast
Aa
#a09dfb on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a09dfb on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green61.6%
Blue98.4%
CMYK percentages
Cyan36.3%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#a09dfb text on a black background
contrast 8.71:1
Card sample
#a09dfb text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09dfb;
Background color
Panel with #a09dfb background
background-color: #a09dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09dfb; background: linear-gradient(135deg, #a09dfb, #DF9DFB);