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