#b899cf
a light, soft violet · warm · closest name: plum
RGB
184, 153, 207
HSL
274°, 36%, 71%
CMYK
11, 26, 0, 19
Luminance
0.3748
Every format
| HEX | #b899cf |
| RGB | rgb(184, 153, 207) |
| HSL | hsl(274, 36%, 71%) |
| CMYK | cmyk(11%, 26%, 0%, 19%) |
| LAB | lab(67.6 21.6 -23.4) |
| LCH | lch(67.6 31.8 312.8) |
| OKLCH | oklch(0.729 0.084 310.4) |
Copy-ready code
/* CSS */
color: #b899cf;
background-color: #b899cf;
/* Tailwind (arbitrary) */
class="text-[#b899cf] bg-[#b899cf]"
/* SCSS */
$brand: #b899cf;
/* SwiftUI */
Color(red: 0.722, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#b899cf")Accessibility — WCAG contrast
Aa
#b899cf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b899cf on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green60.0%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b899cf text on a black background
contrast 8.50:1
Card sample
#b899cf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b899cf;
Background color
Panel with #b899cf background
background-color: #b899cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b899cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b899cf; background: linear-gradient(135deg, #b899cf, #CF99C2);