#b797cf
a light, soft violet · warm · closest name: plum
RGB
183, 151, 207
HSL
274°, 37%, 70%
CMYK
12, 27, 0, 19
Luminance
0.3671
Every format
| HEX | #b797cf |
| RGB | rgb(183, 151, 207) |
| HSL | hsl(274, 37%, 70%) |
| CMYK | cmyk(12%, 27%, 0%, 19%) |
| LAB | lab(67.1 22.4 -24.3) |
| LCH | lch(67.1 33.0 312.7) |
| OKLCH | oklch(0.725 0.087 310.2) |
Copy-ready code
/* CSS */
color: #b797cf;
background-color: #b797cf;
/* Tailwind (arbitrary) */
class="text-[#b797cf] bg-[#b797cf]"
/* SCSS */
$brand: #b797cf;
/* SwiftUI */
Color(red: 0.718, green: 0.592, blue: 0.812)
/* Android */
Color.parseColor("#b797cf")Accessibility — WCAG contrast
Aa
#b797cf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b797cf on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green59.2%
Blue81.2%
CMYK percentages
Cyan11.6%
Magenta27.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b797cf text on a black background
contrast 8.34:1
Card sample
#b797cf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b797cf;
Background color
Panel with #b797cf background
background-color: #b797cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b797cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 151, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 151, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b797cf; background: linear-gradient(135deg, #b797cf, #CF97C2);