#ab9afd
a light, electric blue · warm · closest name: dodgerblue
RGB
171, 154, 253
HSL
250°, 96%, 80%
CMYK
32, 39, 0, 1
Luminance
0.3886
Every format
| HEX | #ab9afd |
| RGB | rgb(171, 154, 253) |
| HSL | hsl(250, 96%, 80%) |
| CMYK | cmyk(32%, 39%, 0%, 1%) |
| LAB | lab(68.7 27.9 -47.1) |
| LCH | lch(68.7 54.8 300.6) |
| OKLCH | oklch(0.741 0.141 290.4) |
Copy-ready code
/* CSS */
color: #ab9afd;
background-color: #ab9afd;
/* Tailwind (arbitrary) */
class="text-[#ab9afd] bg-[#ab9afd]"
/* SCSS */
$brand: #ab9afd;
/* SwiftUI */
Color(red: 0.671, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#ab9afd")Accessibility — WCAG contrast
Aa
#ab9afd on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9afd on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green60.4%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ab9afd text on a black background
contrast 8.77:1
Card sample
#ab9afd text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9afd;
Background color
Panel with #ab9afd background
background-color: #ab9afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9afd; background: linear-gradient(135deg, #ab9afd, #ED9AFD);