#dc2fff
a balanced, electric violet · warm · closest name: magenta
RGB
220, 47, 255
HSL
290°, 100%, 59%
CMYK
14, 82, 0, 0
Luminance
0.2447
Every format
| HEX | #dc2fff |
| RGB | rgb(220, 47, 255) |
| HSL | hsl(290, 100%, 59%) |
| CMYK | cmyk(14%, 82%, 0%, 0%) |
| LAB | lab(56.6 87.0 -67.2) |
| LCH | lch(56.6 109.9 322.3) |
| OKLCH | oklch(0.664 0.293 319.8) |
Copy-ready code
/* CSS */
color: #dc2fff;
background-color: #dc2fff;
/* Tailwind (arbitrary) */
class="text-[#dc2fff] bg-[#dc2fff]"
/* SCSS */
$brand: #dc2fff;
/* SwiftUI */
Color(red: 0.863, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#dc2fff")Accessibility — WCAG contrast
Aa
#dc2fff on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc2fff on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green18.4%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#dc2fff text on a black background
contrast 5.89:1
Card sample
#dc2fff text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2fff;
Background color
Panel with #dc2fff background
background-color: #dc2fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2fff; background: linear-gradient(135deg, #dc2fff, #FF2F97);