#b99eb2
a light, soft magenta / pink · warm · closest name: silver
RGB
185, 158, 178
HSL
316°, 16%, 67%
CMYK
0, 15, 4, 28
Luminance
0.3798
Every format
| HEX | #b99eb2 |
| RGB | rgb(185, 158, 178) |
| HSL | hsl(316, 16%, 67%) |
| CMYK | cmyk(0%, 15%, 4%, 28%) |
| LAB | lab(68.0 13.4 -6.7) |
| LCH | lch(68.0 15.0 333.7) |
| OKLCH | oklch(0.729 0.042 335.2) |
Copy-ready code
/* CSS */
color: #b99eb2;
background-color: #b99eb2;
/* Tailwind (arbitrary) */
class="text-[#b99eb2] bg-[#b99eb2]"
/* SCSS */
$brand: #b99eb2;
/* SwiftUI */
Color(red: 0.725, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#b99eb2")Accessibility — WCAG contrast
Aa
#b99eb2 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99eb2 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green62.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow3.8%
Key (black)27.5%
Color previews
#b99eb2 text on a black background
contrast 8.60:1
Card sample
#b99eb2 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99eb2;
Background color
Panel with #b99eb2 background
background-color: #b99eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99eb2; background: linear-gradient(135deg, #b99eb2, #B99EA0);