#aba2df
a light, vivid blue · warm · closest name: plum
RGB
171, 162, 223
HSL
249°, 49%, 76%
CMYK
23, 27, 0, 13
Luminance
0.3983
Every format
| HEX | #aba2df |
| RGB | rgb(171, 162, 223) |
| HSL | hsl(249, 49%, 76%) |
| CMYK | cmyk(23%, 27%, 0%, 13%) |
| LAB | lab(69.3 16.1 -29.6) |
| LCH | lch(69.3 33.7 298.4) |
| OKLCH | oklch(0.742 0.087 290.9) |
Copy-ready code
/* CSS */
color: #aba2df;
background-color: #aba2df;
/* Tailwind (arbitrary) */
class="text-[#aba2df] bg-[#aba2df]"
/* SCSS */
$brand: #aba2df;
/* SwiftUI */
Color(red: 0.671, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#aba2df")Accessibility — WCAG contrast
Aa
#aba2df on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba2df on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green63.5%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#aba2df text on a black background
contrast 8.97:1
Card sample
#aba2df text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba2df;
Background color
Panel with #aba2df background
background-color: #aba2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba2df; background: linear-gradient(135deg, #aba2df, #D4A2DF);