#b0a2cf
a light, soft violet · warm · closest name: plum
RGB
176, 162, 207
HSL
259°, 32%, 72%
CMYK
15, 22, 0, 19
Luminance
0.3958
Every format
| HEX | #b0a2cf |
| RGB | rgb(176, 162, 207) |
| HSL | hsl(259, 32%, 72%) |
| CMYK | cmyk(15%, 22%, 0%, 19%) |
| LAB | lab(69.2 14.0 -21.1) |
| LCH | lch(69.2 25.3 303.6) |
| OKLCH | oklch(0.740 0.066 299.0) |
Copy-ready code
/* CSS */
color: #b0a2cf;
background-color: #b0a2cf;
/* Tailwind (arbitrary) */
class="text-[#b0a2cf] bg-[#b0a2cf]"
/* SCSS */
$brand: #b0a2cf;
/* SwiftUI */
Color(red: 0.690, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#b0a2cf")Accessibility — WCAG contrast
Aa
#b0a2cf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a2cf on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green63.5%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#b0a2cf text on a black background
contrast 8.92:1
Card sample
#b0a2cf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a2cf;
Background color
Panel with #b0a2cf background
background-color: #b0a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a2cf; background: linear-gradient(135deg, #b0a2cf, #CEA2CF);