#cc18fd
a balanced, electric violet · warm · closest name: magenta
RGB
204, 24, 253
HSL
287°, 98%, 54%
CMYK
19, 91, 0, 1
Luminance
0.2058
Every format
| HEX | #cc18fd |
| RGB | rgb(204, 24, 253) |
| HSL | hsl(287, 98%, 54%) |
| CMYK | cmyk(19%, 91%, 0%, 1%) |
| LAB | lab(52.5 88.5 -72.8) |
| LCH | lch(52.5 114.6 320.6) |
| OKLCH | oklch(0.631 0.299 316.6) |
Copy-ready code
/* CSS */
color: #cc18fd;
background-color: #cc18fd;
/* Tailwind (arbitrary) */
class="text-[#cc18fd] bg-[#cc18fd]"
/* SCSS */
$brand: #cc18fd;
/* SwiftUI */
Color(red: 0.800, green: 0.094, blue: 0.992)
/* Android */
Color.parseColor("#cc18fd")Accessibility — WCAG contrast
Aa
#cc18fd on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc18fd on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green9.4%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta90.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cc18fd text on a black background
contrast 5.12:1
Card sample
#cc18fd text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc18fd;
Background color
Panel with #cc18fd background
background-color: #cc18fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc18fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 24, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 24, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc18fd; background: linear-gradient(135deg, #cc18fd, #FD1895);