#aba2db
a light, soft blue · warm · closest name: plum
RGB
171, 162, 219
HSL
250°, 44%, 75%
CMYK
22, 26, 0, 14
Luminance
0.3961
Every format
| HEX | #aba2db |
| RGB | rgb(171, 162, 219) |
| HSL | hsl(250, 44%, 75%) |
| CMYK | cmyk(22%, 26%, 0%, 14%) |
| LAB | lab(69.2 15.1 -27.7) |
| LCH | lch(69.2 31.6 298.7) |
| OKLCH | oklch(0.740 0.082 291.5) |
Copy-ready code
/* CSS */
color: #aba2db;
background-color: #aba2db;
/* Tailwind (arbitrary) */
class="text-[#aba2db] bg-[#aba2db]"
/* SCSS */
$brand: #aba2db;
/* SwiftUI */
Color(red: 0.671, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#aba2db")Accessibility — WCAG contrast
Aa
#aba2db on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba2db on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green63.5%
Blue85.9%
CMYK percentages
Cyan21.9%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#aba2db text on a black background
contrast 8.92:1
Card sample
#aba2db text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba2db;
Background color
Panel with #aba2db background
background-color: #aba2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba2db; background: linear-gradient(135deg, #aba2db, #D1A2DB);