#cc90df
a light, vivid violet · warm · closest name: plum
RGB
204, 144, 223
HSL
286°, 55%, 72%
CMYK
9, 35, 0, 13
Luminance
0.3811
Every format
| HEX | #cc90df |
| RGB | rgb(204, 144, 223) |
| HSL | hsl(286, 55%, 72%) |
| CMYK | cmyk(9%, 35%, 0%, 13%) |
| LAB | lab(68.1 36.2 -31.3) |
| LCH | lch(68.1 47.9 319.1) |
| OKLCH | oklch(0.740 0.128 317.8) |
Copy-ready code
/* CSS */
color: #cc90df;
background-color: #cc90df;
/* Tailwind (arbitrary) */
class="text-[#cc90df] bg-[#cc90df]"
/* SCSS */
$brand: #cc90df;
/* SwiftUI */
Color(red: 0.800, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#cc90df")Accessibility — WCAG contrast
Aa
#cc90df on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc90df on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.5%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cc90df text on a black background
contrast 8.62:1
Card sample
#cc90df text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc90df;
Background color
Panel with #cc90df background
background-color: #cc90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc90df; background: linear-gradient(135deg, #cc90df, #DF90BD);