#cb97cb
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 151, 203
HSL
300°, 33%, 69%
CMYK
0, 26, 0, 20
Luminance
0.3914
Every format
| HEX | #cb97cb |
| RGB | rgb(203, 151, 203) |
| HSL | hsl(300, 33%, 69%) |
| CMYK | cmyk(0%, 26%, 0%, 20%) |
| LAB | lab(68.8 28.1 -19.1) |
| LCH | lch(68.8 34.0 325.8) |
| OKLCH | oklch(0.743 0.093 326.5) |
Copy-ready code
/* CSS */
color: #cb97cb;
background-color: #cb97cb;
/* Tailwind (arbitrary) */
class="text-[#cb97cb] bg-[#cb97cb]"
/* SCSS */
$brand: #cb97cb;
/* SwiftUI */
Color(red: 0.796, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#cb97cb")Accessibility — WCAG contrast
Aa
#cb97cb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb97cb on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green59.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#cb97cb text on a black background
contrast 8.83:1
Card sample
#cb97cb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb97cb;
Background color
Panel with #cb97cb background
background-color: #cb97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb97cb; background: linear-gradient(135deg, #cb97cb, #CB97A8);