#bc99cf
a light, soft violet · warm · closest name: plum
RGB
188, 153, 207
HSL
279°, 36%, 71%
CMYK
9, 26, 0, 19
Luminance
0.3798
Every format
| HEX | #bc99cf |
| RGB | rgb(188, 153, 207) |
| HSL | hsl(279, 36%, 71%) |
| CMYK | cmyk(9%, 26%, 0%, 19%) |
| LAB | lab(68.0 22.9 -22.8) |
| LCH | lch(68.0 32.3 315.2) |
| OKLCH | oklch(0.733 0.085 313.5) |
Copy-ready code
/* CSS */
color: #bc99cf;
background-color: #bc99cf;
/* Tailwind (arbitrary) */
class="text-[#bc99cf] bg-[#bc99cf]"
/* SCSS */
$brand: #bc99cf;
/* SwiftUI */
Color(red: 0.737, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#bc99cf")Accessibility — WCAG contrast
Aa
#bc99cf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc99cf on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.0%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#bc99cf text on a black background
contrast 8.60:1
Card sample
#bc99cf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc99cf;
Background color
Panel with #bc99cf background
background-color: #bc99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc99cf; background: linear-gradient(135deg, #bc99cf, #CF99BE);