#cb99cf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 153, 207
HSL
296°, 36%, 71%
CMYK
2, 26, 0, 19
Luminance
0.3998
Every format
| HEX | #cb99cf |
| RGB | rgb(203, 153, 207) |
| HSL | hsl(296, 36%, 71%) |
| CMYK | cmyk(2%, 26%, 0%, 19%) |
| LAB | lab(69.5 27.8 -20.4) |
| LCH | lch(69.5 34.5 323.7) |
| OKLCH | oklch(0.748 0.094 324.0) |
Copy-ready code
/* CSS */
color: #cb99cf;
background-color: #cb99cf;
/* Tailwind (arbitrary) */
class="text-[#cb99cf] bg-[#cb99cf]"
/* SCSS */
$brand: #cb99cf;
/* SwiftUI */
Color(red: 0.796, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#cb99cf")Accessibility — WCAG contrast
Aa
#cb99cf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb99cf on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.0%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cb99cf text on a black background
contrast 9.00:1
Card sample
#cb99cf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb99cf;
Background color
Panel with #cb99cf background
background-color: #cb99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb99cf; background: linear-gradient(135deg, #cb99cf, #CF99AF);