#b79fbc
a light, soft violet · warm · closest name: silver
RGB
183, 159, 188
HSL
290°, 18%, 68%
CMYK
3, 15, 0, 26
Luminance
0.3849
Every format
| HEX | #b79fbc |
| RGB | rgb(183, 159, 188) |
| HSL | hsl(290, 18%, 68%) |
| CMYK | cmyk(3%, 15%, 0%, 26%) |
| LAB | lab(68.4 14.1 -11.7) |
| LCH | lch(68.4 18.3 320.3) |
| OKLCH | oklch(0.733 0.049 320.4) |
Copy-ready code
/* CSS */
color: #b79fbc;
background-color: #b79fbc;
/* Tailwind (arbitrary) */
class="text-[#b79fbc] bg-[#b79fbc]"
/* SCSS */
$brand: #b79fbc;
/* SwiftUI */
Color(red: 0.718, green: 0.624, blue: 0.737)
/* Android */
Color.parseColor("#b79fbc")Accessibility — WCAG contrast
Aa
#b79fbc on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b79fbc on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green62.4%
Blue73.7%
CMYK percentages
Cyan2.7%
Magenta15.4%
Yellow0.0%
Key (black)26.3%
Color previews
#b79fbc text on a black background
contrast 8.70:1
Card sample
#b79fbc text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b79fbc;
Background color
Panel with #b79fbc background
background-color: #b79fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b79fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 159, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 159, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b79fbc; background: linear-gradient(135deg, #b79fbc, #BC9FAE);