#cd82cb
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 130, 203
HSL
302°, 43%, 66%
CMYK
0, 37, 1, 20
Luminance
0.3326
Every format
| HEX | #cd82cb |
| RGB | rgb(205, 130, 203) |
| HSL | hsl(302, 43%, 66%) |
| CMYK | cmyk(0%, 37%, 1%, 20%) |
| LAB | lab(64.4 40.2 -25.9) |
| LCH | lch(64.4 47.8 327.2) |
| OKLCH | oklch(0.709 0.132 327.8) |
Copy-ready code
/* CSS */
color: #cd82cb;
background-color: #cd82cb;
/* Tailwind (arbitrary) */
class="text-[#cd82cb] bg-[#cd82cb]"
/* SCSS */
$brand: #cd82cb;
/* SwiftUI */
Color(red: 0.804, green: 0.510, blue: 0.796)
/* Android */
Color.parseColor("#cd82cb")Accessibility — WCAG contrast
Aa
#cd82cb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd82cb on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow1.0%
Key (black)19.6%
Color previews
#cd82cb text on a black background
contrast 7.65:1
Card sample
#cd82cb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd82cb;
Background color
Panel with #cd82cb background
background-color: #cd82cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd82cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 130, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 130, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd82cb; background: linear-gradient(135deg, #cd82cb, #CD8299);