#aba5cf
a light, soft blue · warm · closest name: plum
RGB
171, 165, 207
HSL
249°, 30%, 73%
CMYK
17, 20, 0, 19
Luminance
0.4007
Every format
| HEX | #aba5cf |
| RGB | rgb(171, 165, 207) |
| HSL | hsl(249, 30%, 73%) |
| CMYK | cmyk(17%, 20%, 0%, 19%) |
| LAB | lab(69.5 10.7 -20.6) |
| LCH | lch(69.5 23.2 297.5) |
| OKLCH | oklch(0.741 0.060 291.4) |
Copy-ready code
/* CSS */
color: #aba5cf;
background-color: #aba5cf;
/* Tailwind (arbitrary) */
class="text-[#aba5cf] bg-[#aba5cf]"
/* SCSS */
$brand: #aba5cf;
/* SwiftUI */
Color(red: 0.671, green: 0.647, blue: 0.812)
/* Android */
Color.parseColor("#aba5cf")Accessibility — WCAG contrast
Aa
#aba5cf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba5cf on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green64.7%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta20.3%
Yellow0.0%
Key (black)18.8%
Color previews
#aba5cf text on a black background
contrast 9.01:1
Card sample
#aba5cf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba5cf;
Background color
Panel with #aba5cf background
background-color: #aba5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 165, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 165, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba5cf; background: linear-gradient(135deg, #aba5cf, #C7A5CF);