#b7a2cf
a light, soft violet · warm · closest name: plum
RGB
183, 162, 207
HSL
268°, 32%, 72%
CMYK
12, 22, 0, 19
Luminance
0.4041
Every format
| HEX | #b7a2cf |
| RGB | rgb(183, 162, 207) |
| HSL | hsl(268, 32%, 72%) |
| CMYK | cmyk(12%, 22%, 0%, 19%) |
| LAB | lab(69.8 16.3 -20.1) |
| LCH | lch(69.8 25.9 309.0) |
| OKLCH | oklch(0.746 0.068 306.0) |
Copy-ready code
/* CSS */
color: #b7a2cf;
background-color: #b7a2cf;
/* Tailwind (arbitrary) */
class="text-[#b7a2cf] bg-[#b7a2cf]"
/* SCSS */
$brand: #b7a2cf;
/* SwiftUI */
Color(red: 0.718, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#b7a2cf")Accessibility — WCAG contrast
Aa
#b7a2cf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7a2cf on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green63.5%
Blue81.2%
CMYK percentages
Cyan11.6%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#b7a2cf text on a black background
contrast 9.08:1
Card sample
#b7a2cf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7a2cf;
Background color
Panel with #b7a2cf background
background-color: #b7a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7a2cf; background: linear-gradient(135deg, #b7a2cf, #CFA2C9);