#bfaccb
a light, soft violet · warm · closest name: silver
RGB
191, 172, 203
HSL
277°, 23%, 74%
CMYK
6, 15, 0, 20
Luminance
0.4489
Every format
| HEX | #bfaccb |
| RGB | rgb(191, 172, 203) |
| HSL | hsl(277, 23%, 74%) |
| CMYK | cmyk(6%, 15%, 0%, 20%) |
| LAB | lab(72.8 12.6 -13.2) |
| LCH | lch(72.8 18.3 313.6) |
| OKLCH | oklch(0.770 0.048 312.4) |
Copy-ready code
/* CSS */
color: #bfaccb;
background-color: #bfaccb;
/* Tailwind (arbitrary) */
class="text-[#bfaccb] bg-[#bfaccb]"
/* SCSS */
$brand: #bfaccb;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#bfaccb")Accessibility — WCAG contrast
Aa
#bfaccb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaccb on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue79.6%
CMYK percentages
Cyan5.9%
Magenta15.3%
Yellow0.0%
Key (black)20.4%
Color previews
#bfaccb text on a black background
contrast 9.98:1
Card sample
#bfaccb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaccb;
Background color
Panel with #bfaccb background
background-color: #bfaccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaccb; background: linear-gradient(135deg, #bfaccb, #CBACC2);