#a69cda
a light, vivid blue · warm · closest name: plum
RGB
166, 156, 218
HSL
250°, 46%, 73%
CMYK
24, 28, 0, 15
Luminance
0.3695
Every format
| HEX | #a69cda |
| RGB | rgb(166, 156, 218) |
| HSL | hsl(250, 46%, 73%) |
| CMYK | cmyk(24%, 28%, 0%, 15%) |
| LAB | lab(67.2 16.8 -30.2) |
| LCH | lch(67.2 34.5 299.0) |
| OKLCH | oklch(0.724 0.089 291.4) |
Copy-ready code
/* CSS */
color: #a69cda;
background-color: #a69cda;
/* Tailwind (arbitrary) */
class="text-[#a69cda] bg-[#a69cda]"
/* SCSS */
$brand: #a69cda;
/* SwiftUI */
Color(red: 0.651, green: 0.612, blue: 0.855)
/* Android */
Color.parseColor("#a69cda")Accessibility — WCAG contrast
Aa
#a69cda on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a69cda on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green61.2%
Blue85.5%
CMYK percentages
Cyan23.9%
Magenta28.4%
Yellow0.0%
Key (black)14.5%
Color previews
#a69cda text on a black background
contrast 8.39:1
Card sample
#a69cda text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a69cda;
Background color
Panel with #a69cda background
background-color: #a69cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a69cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 156, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 156, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a69cda; background: linear-gradient(135deg, #a69cda, #CF9CDA);