#cb96cf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 150, 207
HSL
296°, 37%, 70%
CMYK
2, 28, 0, 19
Luminance
0.3901
Every format
| HEX | #cb96cf |
| RGB | rgb(203, 150, 207) |
| HSL | hsl(296, 37%, 70%) |
| CMYK | cmyk(2%, 28%, 0%, 19%) |
| LAB | lab(68.8 29.5 -21.5) |
| LCH | lch(68.8 36.5 323.9) |
| OKLCH | oklch(0.742 0.099 324.2) |
Copy-ready code
/* CSS */
color: #cb96cf;
background-color: #cb96cf;
/* Tailwind (arbitrary) */
class="text-[#cb96cf] bg-[#cb96cf]"
/* SCSS */
$brand: #cb96cf;
/* SwiftUI */
Color(red: 0.796, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#cb96cf")Accessibility — WCAG contrast
Aa
#cb96cf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb96cf on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green58.8%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cb96cf text on a black background
contrast 8.80:1
Card sample
#cb96cf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb96cf;
Background color
Panel with #cb96cf background
background-color: #cb96cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb96cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb96cf; background: linear-gradient(135deg, #cb96cf, #CF96AD);