#dc1bff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 27, 255
HSL
291°, 100%, 55%
CMYK
14, 89, 0, 0
Luminance
0.2322
Every format
| HEX | #dc1bff |
| RGB | rgb(220, 27, 255) |
| HSL | hsl(291, 100%, 55%) |
| CMYK | cmyk(14%, 89%, 0%, 0%) |
| LAB | lab(55.3 90.7 -69.2) |
| LCH | lch(55.3 114.1 322.7) |
| OKLCH | oklch(0.656 0.304 320.2) |
Copy-ready code
/* CSS */
color: #dc1bff;
background-color: #dc1bff;
/* Tailwind (arbitrary) */
class="text-[#dc1bff] bg-[#dc1bff]"
/* SCSS */
$brand: #dc1bff;
/* SwiftUI */
Color(red: 0.863, green: 0.106, blue: 1.000)
/* Android */
Color.parseColor("#dc1bff")Accessibility — WCAG contrast
Aa
#dc1bff on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc1bff on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green10.6%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta89.4%
Yellow0.0%
Key (black)0.0%
Color previews
#dc1bff text on a black background
contrast 5.64:1
Card sample
#dc1bff text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc1bff;
Background color
Panel with #dc1bff background
background-color: #dc1bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc1bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 27, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 27, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc1bff; background: linear-gradient(135deg, #dc1bff, #FF1B8A);