#cb9fcf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 159, 207
HSL
295°, 33%, 72%
CMYK
2, 23, 0, 19
Luminance
0.4200
Every format
| HEX | #cb9fcf |
| RGB | rgb(203, 159, 207) |
| HSL | hsl(295, 33%, 72%) |
| CMYK | cmyk(2%, 23%, 0%, 19%) |
| LAB | lab(70.9 24.5 -18.3) |
| LCH | lch(70.9 30.6 323.3) |
| OKLCH | oklch(0.758 0.083 323.6) |
Copy-ready code
/* CSS */
color: #cb9fcf;
background-color: #cb9fcf;
/* Tailwind (arbitrary) */
class="text-[#cb9fcf] bg-[#cb9fcf]"
/* SCSS */
$brand: #cb9fcf;
/* SwiftUI */
Color(red: 0.796, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#cb9fcf")Accessibility — WCAG contrast
Aa
#cb9fcf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9fcf on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.4%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta23.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cb9fcf text on a black background
contrast 9.40:1
Card sample
#cb9fcf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9fcf;
Background color
Panel with #cb9fcf background
background-color: #cb9fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9fcf; background: linear-gradient(135deg, #cb9fcf, #CF9FB3);