#dc72fd
a light, electric violet · warm · closest name: violet
RGB
220, 114, 253
HSL
286°, 97%, 72%
CMYK
13, 55, 0, 1
Luminance
0.3434
Every format
| HEX | #dc72fd |
| RGB | rgb(220, 114, 253) |
| HSL | hsl(286, 97%, 72%) |
| CMYK | cmyk(13%, 55%, 0%, 1%) |
| LAB | lab(65.2 62.1 -52.2) |
| LCH | lch(65.2 81.1 319.9) |
| OKLCH | oklch(0.727 0.216 317.6) |
Copy-ready code
/* CSS */
color: #dc72fd;
background-color: #dc72fd;
/* Tailwind (arbitrary) */
class="text-[#dc72fd] bg-[#dc72fd]"
/* SCSS */
$brand: #dc72fd;
/* SwiftUI */
Color(red: 0.863, green: 0.447, blue: 0.992)
/* Android */
Color.parseColor("#dc72fd")Accessibility — WCAG contrast
Aa
#dc72fd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc72fd on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green44.7%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta54.9%
Yellow0.0%
Key (black)0.8%
Color previews
#dc72fd text on a black background
contrast 7.87:1
Card sample
#dc72fd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc72fd;
Background color
Panel with #dc72fd background
background-color: #dc72fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc72fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 114, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 114, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc72fd; background: linear-gradient(135deg, #dc72fd, #FD72C1);