#b8a2cd
a light, soft violet · warm · closest name: plum
RGB
184, 162, 205
HSL
271°, 30%, 72%
CMYK
10, 21, 0, 20
Luminance
0.4044
Every format
| HEX | #b8a2cd |
| RGB | rgb(184, 162, 205) |
| HSL | hsl(271, 30%, 72%) |
| CMYK | cmyk(10%, 21%, 0%, 20%) |
| LAB | lab(69.8 16.2 -19.0) |
| LCH | lch(69.8 24.9 310.4) |
| OKLCH | oklch(0.746 0.065 308.0) |
Copy-ready code
/* CSS */
color: #b8a2cd;
background-color: #b8a2cd;
/* Tailwind (arbitrary) */
class="text-[#b8a2cd] bg-[#b8a2cd]"
/* SCSS */
$brand: #b8a2cd;
/* SwiftUI */
Color(red: 0.722, green: 0.635, blue: 0.804)
/* Android */
Color.parseColor("#b8a2cd")Accessibility — WCAG contrast
Aa
#b8a2cd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8a2cd on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green63.5%
Blue80.4%
CMYK percentages
Cyan10.2%
Magenta21.0%
Yellow0.0%
Key (black)19.6%
Color previews
#b8a2cd text on a black background
contrast 9.09:1
Card sample
#b8a2cd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8a2cd;
Background color
Panel with #b8a2cd background
background-color: #b8a2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8a2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 162, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 162, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8a2cd; background: linear-gradient(135deg, #b8a2cd, #CDA2C5);