#cc92fd
a light, electric violet · warm · closest name: violet
RGB
204, 146, 253
HSL
273°, 96%, 78%
CMYK
19, 42, 0, 1
Luminance
0.4049
Every format
| HEX | #cc92fd |
| RGB | rgb(204, 146, 253) |
| HSL | hsl(273, 96%, 78%) |
| CMYK | cmyk(19%, 42%, 0%, 1%) |
| LAB | lab(69.8 41.4 -45.1) |
| LCH | lch(69.8 61.2 312.6) |
| OKLCH | oklch(0.757 0.159 308.0) |
Copy-ready code
/* CSS */
color: #cc92fd;
background-color: #cc92fd;
/* Tailwind (arbitrary) */
class="text-[#cc92fd] bg-[#cc92fd]"
/* SCSS */
$brand: #cc92fd;
/* SwiftUI */
Color(red: 0.800, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#cc92fd")Accessibility — WCAG contrast
Aa
#cc92fd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc92fd on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green57.3%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cc92fd text on a black background
contrast 9.10:1
Card sample
#cc92fd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc92fd;
Background color
Panel with #cc92fd background
background-color: #cc92fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc92fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc92fd; background: linear-gradient(135deg, #cc92fd, #FD92E7);