#cd97cb
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 151, 203
HSL
302°, 35%, 70%
CMYK
0, 26, 1, 20
Luminance
0.3942
Every format
| HEX | #cd97cb |
| RGB | rgb(205, 151, 203) |
| HSL | hsl(302, 35%, 70%) |
| CMYK | cmyk(0%, 26%, 1%, 20%) |
| LAB | lab(69.1 28.8 -18.8) |
| LCH | lch(69.1 34.4 326.9) |
| OKLCH | oklch(0.745 0.095 327.7) |
Copy-ready code
/* CSS */
color: #cd97cb;
background-color: #cd97cb;
/* Tailwind (arbitrary) */
class="text-[#cd97cb] bg-[#cd97cb]"
/* SCSS */
$brand: #cd97cb;
/* SwiftUI */
Color(red: 0.804, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#cd97cb")Accessibility — WCAG contrast
Aa
#cd97cb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd97cb on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow1.0%
Key (black)19.6%
Color previews
#cd97cb text on a black background
contrast 8.88:1
Card sample
#cd97cb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd97cb;
Background color
Panel with #cd97cb background
background-color: #cd97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd97cb; background: linear-gradient(135deg, #cd97cb, #CD97A7);