#cc90eb
a light, vivid violet · warm · closest name: plum
RGB
204, 144, 235
HSL
280°, 70%, 74%
CMYK
13, 39, 0, 8
Luminance
0.3878
Every format
| HEX | #cc90eb |
| RGB | rgb(204, 144, 235) |
| HSL | hsl(280, 70%, 74%) |
| CMYK | cmyk(13%, 39%, 0%, 8%) |
| LAB | lab(68.6 38.6 -37.2) |
| LCH | lch(68.6 53.6 316.1) |
| OKLCH | oklch(0.745 0.141 313.5) |
Copy-ready code
/* CSS */
color: #cc90eb;
background-color: #cc90eb;
/* Tailwind (arbitrary) */
class="text-[#cc90eb] bg-[#cc90eb]"
/* SCSS */
$brand: #cc90eb;
/* SwiftUI */
Color(red: 0.800, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#cc90eb")Accessibility — WCAG contrast
Aa
#cc90eb on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc90eb on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.5%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cc90eb text on a black background
contrast 8.76:1
Card sample
#cc90eb text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc90eb;
Background color
Panel with #cc90eb background
background-color: #cc90eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc90eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc90eb; background: linear-gradient(135deg, #cc90eb, #EB90CD);