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