#cc90fd
a light, electric violet · warm · closest name: violet
RGB
204, 144, 253
HSL
273°, 97%, 78%
CMYK
19, 43, 0, 1
Luminance
0.3988
Every format
| HEX | #cc90fd |
| RGB | rgb(204, 144, 253) |
| HSL | hsl(273, 97%, 78%) |
| CMYK | cmyk(19%, 43%, 0%, 1%) |
| LAB | lab(69.4 42.5 -45.8) |
| LCH | lch(69.4 62.5 312.9) |
| OKLCH | oklch(0.753 0.162 308.3) |
Copy-ready code
/* CSS */
color: #cc90fd;
background-color: #cc90fd;
/* Tailwind (arbitrary) */
class="text-[#cc90fd] bg-[#cc90fd]"
/* SCSS */
$brand: #cc90fd;
/* SwiftUI */
Color(red: 0.800, green: 0.565, blue: 0.992)
/* Android */
Color.parseColor("#cc90fd")Accessibility — WCAG contrast
Aa
#cc90fd on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc90fd on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.5%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta43.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cc90fd text on a black background
contrast 8.98:1
Card sample
#cc90fd text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc90fd;
Background color
Panel with #cc90fd background
background-color: #cc90fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc90fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 144, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 144, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc90fd; background: linear-gradient(135deg, #cc90fd, #FD90E5);