#aba7cf
a light, soft blue · warm · closest name: plum
RGB
171, 167, 207
HSL
246°, 29%, 73%
CMYK
17, 19, 0, 19
Luminance
0.4080
Every format
| HEX | #aba7cf |
| RGB | rgb(171, 167, 207) |
| HSL | hsl(246, 29%, 73%) |
| CMYK | cmyk(17%, 19%, 0%, 19%) |
| LAB | lab(70.0 9.6 -19.8) |
| LCH | lch(70.0 22.0 295.9) |
| OKLCH | oklch(0.745 0.057 289.5) |
Copy-ready code
/* CSS */
color: #aba7cf;
background-color: #aba7cf;
/* Tailwind (arbitrary) */
class="text-[#aba7cf] bg-[#aba7cf]"
/* SCSS */
$brand: #aba7cf;
/* SwiftUI */
Color(red: 0.671, green: 0.655, blue: 0.812)
/* Android */
Color.parseColor("#aba7cf")Accessibility — WCAG contrast
Aa
#aba7cf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba7cf on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green65.5%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta19.3%
Yellow0.0%
Key (black)18.8%
Color previews
#aba7cf text on a black background
contrast 9.16:1
Card sample
#aba7cf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba7cf;
Background color
Panel with #aba7cf background
background-color: #aba7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 167, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 167, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba7cf; background: linear-gradient(135deg, #aba7cf, #C6A7CF);