#a07eb2
a balanced, soft violet · warm · closest name: plum
RGB
160, 126, 178
HSL
279°, 25%, 60%
CMYK
10, 29, 0, 30
Luminance
0.2561
Every format
| HEX | #a07eb2 |
| RGB | rgb(160, 126, 178) |
| HSL | hsl(279, 25%, 60%) |
| CMYK | cmyk(10%, 29%, 0%, 30%) |
| LAB | lab(57.7 22.9 -22.5) |
| LCH | lch(57.7 32.1 315.5) |
| OKLCH | oklch(0.644 0.085 313.6) |
Copy-ready code
/* CSS */
color: #a07eb2;
background-color: #a07eb2;
/* Tailwind (arbitrary) */
class="text-[#a07eb2] bg-[#a07eb2]"
/* SCSS */
$brand: #a07eb2;
/* SwiftUI */
Color(red: 0.627, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#a07eb2")Accessibility — WCAG contrast
Aa
#a07eb2 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07eb2 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green49.4%
Blue69.8%
CMYK percentages
Cyan10.1%
Magenta29.2%
Yellow0.0%
Key (black)30.2%
Color previews
#a07eb2 text on a black background
contrast 6.12:1
Card sample
#a07eb2 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07eb2;
Background color
Panel with #a07eb2 background
background-color: #a07eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07eb2; background: linear-gradient(135deg, #a07eb2, #B27EA1);