#a9b2fd
a light, electric blue · warm · closest name: plum
RGB
169, 178, 253
HSL
234°, 96%, 83%
CMYK
33, 30, 0, 1
Luminance
0.4737
Every format
| HEX | #a9b2fd |
| RGB | rgb(169, 178, 253) |
| HSL | hsl(234, 96%, 83%) |
| CMYK | cmyk(33%, 30%, 0%, 1%) |
| LAB | lab(74.4 13.9 -38.1) |
| LCH | lch(74.4 40.6 290.0) |
| OKLCH | oklch(0.785 0.107 278.4) |
Copy-ready code
/* CSS */
color: #a9b2fd;
background-color: #a9b2fd;
/* Tailwind (arbitrary) */
class="text-[#a9b2fd] bg-[#a9b2fd]"
/* SCSS */
$brand: #a9b2fd;
/* SwiftUI */
Color(red: 0.663, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#a9b2fd")Accessibility — WCAG contrast
Aa
#a9b2fd on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9b2fd on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green69.8%
Blue99.2%
CMYK percentages
Cyan33.2%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#a9b2fd text on a black background
contrast 10.47:1
Card sample
#a9b2fd text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9b2fd;
Background color
Panel with #a9b2fd background
background-color: #a9b2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9b2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9b2fd; background: linear-gradient(135deg, #a9b2fd, #D8A9FD);