#a07eb0
a balanced, soft violet · warm · closest name: plum
RGB
160, 126, 176
HSL
281°, 24%, 59%
CMYK
9, 28, 0, 31
Luminance
0.2553
Every format
| HEX | #a07eb0 |
| RGB | rgb(160, 126, 176) |
| HSL | hsl(281, 24%, 59%) |
| CMYK | cmyk(9%, 28%, 0%, 31%) |
| LAB | lab(57.6 22.5 -21.5) |
| LCH | lch(57.6 31.1 316.3) |
| OKLCH | oklch(0.643 0.082 314.7) |
Copy-ready code
/* CSS */
color: #a07eb0;
background-color: #a07eb0;
/* Tailwind (arbitrary) */
class="text-[#a07eb0] bg-[#a07eb0]"
/* SCSS */
$brand: #a07eb0;
/* SwiftUI */
Color(red: 0.627, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#a07eb0")Accessibility — WCAG contrast
Aa
#a07eb0 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07eb0 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green49.4%
Blue69.0%
CMYK percentages
Cyan9.1%
Magenta28.4%
Yellow0.0%
Key (black)31.0%
Color previews
#a07eb0 text on a black background
contrast 6.11:1
Card sample
#a07eb0 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07eb0;
Background color
Panel with #a07eb0 background
background-color: #a07eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07eb0; background: linear-gradient(135deg, #a07eb0, #B07E9F);