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