#aba0cf
a light, soft blue · warm · closest name: plum
RGB
171, 160, 207
HSL
254°, 33%, 72%
CMYK
17, 23, 0, 19
Luminance
0.3830
Every format
| HEX | #aba0cf |
| RGB | rgb(171, 160, 207) |
| HSL | hsl(254, 33%, 72%) |
| CMYK | cmyk(17%, 23%, 0%, 19%) |
| LAB | lab(68.2 13.5 -22.5) |
| LCH | lch(68.2 26.3 301.0) |
| OKLCH | oklch(0.731 0.068 295.4) |
Copy-ready code
/* CSS */
color: #aba0cf;
background-color: #aba0cf;
/* Tailwind (arbitrary) */
class="text-[#aba0cf] bg-[#aba0cf]"
/* SCSS */
$brand: #aba0cf;
/* SwiftUI */
Color(red: 0.671, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#aba0cf")Accessibility — WCAG contrast
Aa
#aba0cf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba0cf on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green62.7%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#aba0cf text on a black background
contrast 8.66:1
Card sample
#aba0cf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba0cf;
Background color
Panel with #aba0cf background
background-color: #aba0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba0cf; background: linear-gradient(135deg, #aba0cf, #CAA0CF);