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