#c84dfb
a balanced, electric violet · warm · closest name: magenta
RGB
200, 77, 251
HSL
282°, 96%, 64%
CMYK
20, 69, 0, 2
Luminance
0.2455
Every format
| HEX | #c84dfb |
| RGB | rgb(200, 77, 251) |
| HSL | hsl(282, 96%, 64%) |
| CMYK | cmyk(20%, 69%, 0%, 2%) |
| LAB | lab(56.6 73.3 -65.0) |
| LCH | lch(56.6 98.0 318.5) |
| OKLCH | oklch(0.658 0.255 314.1) |
Copy-ready code
/* CSS */
color: #c84dfb;
background-color: #c84dfb;
/* Tailwind (arbitrary) */
class="text-[#c84dfb] bg-[#c84dfb]"
/* SCSS */
$brand: #c84dfb;
/* SwiftUI */
Color(red: 0.784, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#c84dfb")Accessibility — WCAG contrast
Aa
#c84dfb on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84dfb on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green30.2%
Blue98.4%
CMYK percentages
Cyan20.3%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#c84dfb text on a black background
contrast 5.91:1
Card sample
#c84dfb text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84dfb;
Background color
Panel with #c84dfb background
background-color: #c84dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84dfb; background: linear-gradient(135deg, #c84dfb, #FB4DBA);