#dc07ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 7, 255
HSL
292°, 100%, 51%
CMYK
14, 97, 0, 0
Luminance
0.2259
Every format
| HEX | #dc07ff |
| RGB | rgb(220, 7, 255) |
| HSL | hsl(292, 100%, 51%) |
| CMYK | cmyk(14%, 97%, 0%, 0%) |
| LAB | lab(54.6 92.7 -70.3) |
| LCH | lch(54.6 116.3 322.8) |
| OKLCH | oklch(0.651 0.310 320.4) |
Copy-ready code
/* CSS */
color: #dc07ff;
background-color: #dc07ff;
/* Tailwind (arbitrary) */
class="text-[#dc07ff] bg-[#dc07ff]"
/* SCSS */
$brand: #dc07ff;
/* SwiftUI */
Color(red: 0.863, green: 0.027, blue: 1.000)
/* Android */
Color.parseColor("#dc07ff")Accessibility — WCAG contrast
Aa
#dc07ff on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc07ff on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green2.7%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta97.3%
Yellow0.0%
Key (black)0.0%
Color previews
#dc07ff text on a black background
contrast 5.52:1
Card sample
#dc07ff text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc07ff;
Background color
Panel with #dc07ff background
background-color: #dc07ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc07ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 7, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 7, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc07ff; background: linear-gradient(135deg, #dc07ff, #FF077D);