#a698ce
a light, soft violet · warm · closest name: plum
RGB
166, 152, 206
HSL
256°, 36%, 70%
CMYK
19, 26, 0, 19
Luminance
0.3502
Every format
| HEX | #a698ce |
| RGB | rgb(166, 152, 206) |
| HSL | hsl(256, 36%, 70%) |
| CMYK | cmyk(19%, 26%, 0%, 19%) |
| LAB | lab(65.8 16.2 -25.8) |
| LCH | lch(65.8 30.5 302.1) |
| OKLCH | oklch(0.711 0.079 296.2) |
Copy-ready code
/* CSS */
color: #a698ce;
background-color: #a698ce;
/* Tailwind (arbitrary) */
class="text-[#a698ce] bg-[#a698ce]"
/* SCSS */
$brand: #a698ce;
/* SwiftUI */
Color(red: 0.651, green: 0.596, blue: 0.808)
/* Android */
Color.parseColor("#a698ce")Accessibility — WCAG contrast
Aa
#a698ce on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a698ce on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green59.6%
Blue80.8%
CMYK percentages
Cyan19.4%
Magenta26.2%
Yellow0.0%
Key (black)19.2%
Color previews
#a698ce text on a black background
contrast 8.00:1
Card sample
#a698ce text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a698ce;
Background color
Panel with #a698ce background
background-color: #a698ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a698ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 152, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 152, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a698ce; background: linear-gradient(135deg, #a698ce, #CA98CE);