#b297bf
a light, soft violet · warm · closest name: plum
RGB
178, 151, 191
HSL
281°, 24%, 67%
CMYK
7, 21, 0, 25
Luminance
0.3536
Every format
| HEX | #b297bf |
| RGB | rgb(178, 151, 191) |
| HSL | hsl(281, 24%, 67%) |
| CMYK | cmyk(7%, 21%, 0%, 25%) |
| LAB | lab(66.0 17.4 -16.9) |
| LCH | lch(66.0 24.3 315.8) |
| OKLCH | oklch(0.714 0.065 314.7) |
Copy-ready code
/* CSS */
color: #b297bf;
background-color: #b297bf;
/* Tailwind (arbitrary) */
class="text-[#b297bf] bg-[#b297bf]"
/* SCSS */
$brand: #b297bf;
/* SwiftUI */
Color(red: 0.698, green: 0.592, blue: 0.749)
/* Android */
Color.parseColor("#b297bf")Accessibility — WCAG contrast
Aa
#b297bf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b297bf on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green59.2%
Blue74.9%
CMYK percentages
Cyan6.8%
Magenta20.9%
Yellow0.0%
Key (black)25.1%
Color previews
#b297bf text on a black background
contrast 8.07:1
Card sample
#b297bf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b297bf;
Background color
Panel with #b297bf background
background-color: #b297bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b297bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 151, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 151, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b297bf; background: linear-gradient(135deg, #b297bf, #BF97B1);