#b99fc6
a light, soft violet · warm · closest name: plum
RGB
185, 159, 198
HSL
280°, 26%, 70%
CMYK
7, 20, 0, 22
Luminance
0.3919
Every format
| HEX | #b99fc6 |
| RGB | rgb(185, 159, 198) |
| HSL | hsl(280, 26%, 70%) |
| CMYK | cmyk(7%, 20%, 0%, 22%) |
| LAB | lab(68.9 16.7 -16.4) |
| LCH | lch(68.9 23.5 315.5) |
| OKLCH | oklch(0.738 0.062 314.4) |
Copy-ready code
/* CSS */
color: #b99fc6;
background-color: #b99fc6;
/* Tailwind (arbitrary) */
class="text-[#b99fc6] bg-[#b99fc6]"
/* SCSS */
$brand: #b99fc6;
/* SwiftUI */
Color(red: 0.725, green: 0.624, blue: 0.776)
/* Android */
Color.parseColor("#b99fc6")Accessibility — WCAG contrast
Aa
#b99fc6 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99fc6 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green62.4%
Blue77.6%
CMYK percentages
Cyan6.6%
Magenta19.7%
Yellow0.0%
Key (black)22.4%
Color previews
#b99fc6 text on a black background
contrast 8.84:1
Card sample
#b99fc6 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99fc6;
Background color
Panel with #b99fc6 background
background-color: #b99fc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99fc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 159, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 159, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99fc6; background: linear-gradient(135deg, #b99fc6, #C69FB9);