#aba4cf
a light, soft blue · warm · closest name: plum
RGB
171, 164, 207
HSL
250°, 31%, 73%
CMYK
17, 21, 0, 19
Luminance
0.3971
Every format
| HEX | #aba4cf |
| RGB | rgb(171, 164, 207) |
| HSL | hsl(250, 31%, 73%) |
| CMYK | cmyk(17%, 21%, 0%, 19%) |
| LAB | lab(69.3 11.3 -21.0) |
| LCH | lch(69.3 23.8 298.3) |
| OKLCH | oklch(0.739 0.062 292.3) |
Copy-ready code
/* CSS */
color: #aba4cf;
background-color: #aba4cf;
/* Tailwind (arbitrary) */
class="text-[#aba4cf] bg-[#aba4cf]"
/* SCSS */
$brand: #aba4cf;
/* SwiftUI */
Color(red: 0.671, green: 0.643, blue: 0.812)
/* Android */
Color.parseColor("#aba4cf")Accessibility — WCAG contrast
Aa
#aba4cf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba4cf on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green64.3%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta20.8%
Yellow0.0%
Key (black)18.8%
Color previews
#aba4cf text on a black background
contrast 8.94:1
Card sample
#aba4cf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba4cf;
Background color
Panel with #aba4cf background
background-color: #aba4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 164, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 164, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba4cf; background: linear-gradient(135deg, #aba4cf, #C8A4CF);