#d20cff
a balanced, electric violet · warm · closest name: magenta
RGB
210, 12, 255
HSL
289°, 100%, 52%
CMYK
18, 95, 0, 0
Luminance
0.2118
Every format
| HEX | #d20cff |
| RGB | rgb(210, 12, 255) |
| HSL | hsl(289, 100%, 52%) |
| CMYK | cmyk(18%, 95%, 0%, 0%) |
| LAB | lab(53.1 90.9 -72.8) |
| LCH | lch(53.1 116.5 321.3) |
| OKLCH | oklch(0.638 0.306 317.8) |
Copy-ready code
/* CSS */
color: #d20cff;
background-color: #d20cff;
/* Tailwind (arbitrary) */
class="text-[#d20cff] bg-[#d20cff]"
/* SCSS */
$brand: #d20cff;
/* SwiftUI */
Color(red: 0.824, green: 0.047, blue: 1.000)
/* Android */
Color.parseColor("#d20cff")Accessibility — WCAG contrast
Aa
#d20cff on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d20cff on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green4.7%
Blue100.0%
CMYK percentages
Cyan17.6%
Magenta95.3%
Yellow0.0%
Key (black)0.0%
Color previews
#d20cff text on a black background
contrast 5.24:1
Card sample
#d20cff text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d20cff;
Background color
Panel with #d20cff background
background-color: #d20cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d20cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 12, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 12, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d20cff; background: linear-gradient(135deg, #d20cff, #FF0C8A);