#a08ce3
a light, vivid blue · warm · closest name: plum
RGB
160, 140, 227
HSL
254°, 61%, 72%
CMYK
30, 38, 0, 11
Luminance
0.3178
Every format
| HEX | #a08ce3 |
| RGB | rgb(160, 140, 227) |
| HSL | hsl(254, 61%, 72%) |
| CMYK | cmyk(30%, 38%, 0%, 11%) |
| LAB | lab(63.2 26.3 -41.6) |
| LCH | lch(63.2 49.2 302.3) |
| OKLCH | oklch(0.693 0.127 293.4) |
Copy-ready code
/* CSS */
color: #a08ce3;
background-color: #a08ce3;
/* Tailwind (arbitrary) */
class="text-[#a08ce3] bg-[#a08ce3]"
/* SCSS */
$brand: #a08ce3;
/* SwiftUI */
Color(red: 0.627, green: 0.549, blue: 0.890)
/* Android */
Color.parseColor("#a08ce3")Accessibility — WCAG contrast
Aa
#a08ce3 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a08ce3 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green54.9%
Blue89.0%
CMYK percentages
Cyan29.5%
Magenta38.3%
Yellow0.0%
Key (black)11.0%
Color previews
#a08ce3 text on a black background
contrast 7.36:1
Card sample
#a08ce3 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a08ce3;
Background color
Panel with #a08ce3 background
background-color: #a08ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a08ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 140, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 140, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a08ce3; background: linear-gradient(135deg, #a08ce3, #DA8CE3);