#a05eb4
a balanced, soft violet · warm · closest name: orchid
RGB
160, 94, 180
HSL
286°, 36%, 54%
CMYK
11, 48, 0, 29
Luminance
0.1877
Every format
| HEX | #a05eb4 |
| RGB | rgb(160, 94, 180) |
| HSL | hsl(286, 36%, 54%) |
| CMYK | cmyk(11%, 48%, 0%, 29%) |
| LAB | lab(50.4 41.3 -34.9) |
| LCH | lch(50.4 54.1 319.8) |
| OKLCH | oklch(0.590 0.144 318.0) |
Copy-ready code
/* CSS */
color: #a05eb4;
background-color: #a05eb4;
/* Tailwind (arbitrary) */
class="text-[#a05eb4] bg-[#a05eb4]"
/* SCSS */
$brand: #a05eb4;
/* SwiftUI */
Color(red: 0.627, green: 0.369, blue: 0.706)
/* Android */
Color.parseColor("#a05eb4")Accessibility — WCAG contrast
Aa
#a05eb4 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a05eb4 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green36.9%
Blue70.6%
CMYK percentages
Cyan11.1%
Magenta47.8%
Yellow0.0%
Key (black)29.4%
Color previews
#a05eb4 text on a black background
contrast 4.75:1
Card sample
#a05eb4 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05eb4;
Background color
Panel with #a05eb4 background
background-color: #a05eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 94, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 94, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05eb4; background: linear-gradient(135deg, #a05eb4, #B45E8F);