#cc90f6
a light, electric violet · warm · closest name: violet
RGB
204, 144, 246
HSL
275°, 85%, 77%
CMYK
17, 42, 0, 4
Luminance
0.3944
Every format
| HEX | #cc90f6 |
| RGB | rgb(204, 144, 246) |
| HSL | hsl(275, 85%, 77%) |
| CMYK | cmyk(17%, 42%, 0%, 4%) |
| LAB | lab(69.1 41.0 -42.5) |
| LCH | lch(69.1 59.0 314.0) |
| OKLCH | oklch(0.750 0.154 310.2) |
Copy-ready code
/* CSS */
color: #cc90f6;
background-color: #cc90f6;
/* Tailwind (arbitrary) */
class="text-[#cc90f6] bg-[#cc90f6]"
/* SCSS */
$brand: #cc90f6;
/* SwiftUI */
Color(red: 0.800, green: 0.565, blue: 0.965)
/* Android */
Color.parseColor("#cc90f6")Accessibility — WCAG contrast
Aa
#cc90f6 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc90f6 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.5%
Blue96.5%
CMYK percentages
Cyan17.1%
Magenta41.5%
Yellow0.0%
Key (black)3.5%
Color previews
#cc90f6 text on a black background
contrast 8.89:1
Card sample
#cc90f6 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc90f6;
Background color
Panel with #cc90f6 background
background-color: #cc90f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc90f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 144, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 144, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc90f6; background: linear-gradient(135deg, #cc90f6, #F690DC);