#c81df4
a balanced, electric violet · warm · closest name: magenta
RGB
200, 29, 244
HSL
288°, 91%, 54%
CMYK
18, 88, 0, 4
Luminance
0.1969
Every format
| HEX | #c81df4 |
| RGB | rgb(200, 29, 244) |
| HSL | hsl(288, 91%, 54%) |
| CMYK | cmyk(18%, 88%, 0%, 4%) |
| LAB | lab(51.5 85.6 -69.4) |
| LCH | lch(51.5 110.2 321.0) |
| OKLCH | oklch(0.621 0.289 317.4) |
Copy-ready code
/* CSS */
color: #c81df4;
background-color: #c81df4;
/* Tailwind (arbitrary) */
class="text-[#c81df4] bg-[#c81df4]"
/* SCSS */
$brand: #c81df4;
/* SwiftUI */
Color(red: 0.784, green: 0.114, blue: 0.957)
/* Android */
Color.parseColor("#c81df4")Accessibility — WCAG contrast
Aa
#c81df4 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c81df4 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green11.4%
Blue95.7%
CMYK percentages
Cyan18.0%
Magenta88.1%
Yellow0.0%
Key (black)4.3%
Color previews
#c81df4 text on a black background
contrast 4.94:1
Card sample
#c81df4 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c81df4;
Background color
Panel with #c81df4 background
background-color: #c81df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c81df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 29, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 29, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c81df4; background: linear-gradient(135deg, #c81df4, #F41D91);