#cc90cf
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 144, 207
HSL
297°, 40%, 69%
CMYK
1, 30, 0, 19
Luminance
0.3729
Every format
| HEX | #cc90cf |
| RGB | rgb(204, 144, 207) |
| HSL | hsl(297, 40%, 69%) |
| CMYK | cmyk(1%, 30%, 0%, 19%) |
| LAB | lab(67.5 33.1 -23.4) |
| LCH | lch(67.5 40.5 324.7) |
| OKLCH | oklch(0.733 0.111 325.0) |
Copy-ready code
/* CSS */
color: #cc90cf;
background-color: #cc90cf;
/* Tailwind (arbitrary) */
class="text-[#cc90cf] bg-[#cc90cf]"
/* SCSS */
$brand: #cc90cf;
/* SwiftUI */
Color(red: 0.800, green: 0.565, blue: 0.812)
/* Android */
Color.parseColor("#cc90cf")Accessibility — WCAG contrast
Aa
#cc90cf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc90cf on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.5%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta30.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cc90cf text on a black background
contrast 8.46:1
Card sample
#cc90cf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc90cf;
Background color
Panel with #cc90cf background
background-color: #cc90cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc90cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 144, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 144, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc90cf; background: linear-gradient(135deg, #cc90cf, #CF90A8);