#cd90fe
a light, electric violet · warm · closest name: violet
RGB
205, 144, 254
HSL
273°, 98%, 78%
CMYK
19, 43, 0, 0
Luminance
0.4008
Every format
| HEX | #cd90fe |
| RGB | rgb(205, 144, 254) |
| HSL | hsl(273, 98%, 78%) |
| CMYK | cmyk(19%, 43%, 0%, 0%) |
| LAB | lab(69.5 43.0 -46.1) |
| LCH | lch(69.5 63.0 313.0) |
| OKLCH | oklch(0.755 0.164 308.5) |
Copy-ready code
/* CSS */
color: #cd90fe;
background-color: #cd90fe;
/* Tailwind (arbitrary) */
class="text-[#cd90fe] bg-[#cd90fe]"
/* SCSS */
$brand: #cd90fe;
/* SwiftUI */
Color(red: 0.804, green: 0.565, blue: 0.996)
/* Android */
Color.parseColor("#cd90fe")Accessibility — WCAG contrast
Aa
#cd90fe on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd90fe on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.5%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta43.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cd90fe text on a black background
contrast 9.02:1
Card sample
#cd90fe text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd90fe;
Background color
Panel with #cd90fe background
background-color: #cd90fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd90fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 144, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 144, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd90fe; background: linear-gradient(135deg, #cd90fe, #FE90E6);