#a89abc
a light, soft violet · warm · closest name: silver
RGB
168, 154, 188
HSL
265°, 20%, 67%
CMYK
11, 18, 0, 26
Luminance
0.3507
Every format
| HEX | #a89abc |
| RGB | rgb(168, 154, 188) |
| HSL | hsl(265, 20%, 67%) |
| CMYK | cmyk(11%, 18%, 0%, 26%) |
| LAB | lab(65.8 11.8 -15.7) |
| LCH | lch(65.8 19.6 306.9) |
| OKLCH | oklch(0.710 0.051 303.8) |
Copy-ready code
/* CSS */
color: #a89abc;
background-color: #a89abc;
/* Tailwind (arbitrary) */
class="text-[#a89abc] bg-[#a89abc]"
/* SCSS */
$brand: #a89abc;
/* SwiftUI */
Color(red: 0.659, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#a89abc")Accessibility — WCAG contrast
Aa
#a89abc on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a89abc on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green60.4%
Blue73.7%
CMYK percentages
Cyan10.6%
Magenta18.1%
Yellow0.0%
Key (black)26.3%
Color previews
#a89abc text on a black background
contrast 8.01:1
Card sample
#a89abc text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a89abc;
Background color
Panel with #a89abc background
background-color: #a89abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a89abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a89abc; background: linear-gradient(135deg, #a89abc, #BC9AB9);