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