#dc6df7
a light, electric violet · warm · closest name: violet
RGB
220, 109, 247
HSL
288°, 90%, 70%
CMYK
11, 56, 0, 3
Luminance
0.3287
Every format
| HEX | #dc6df7 |
| RGB | rgb(220, 109, 247) |
| HSL | hsl(288, 90%, 70%) |
| CMYK | cmyk(11%, 56%, 0%, 3%) |
| LAB | lab(64.1 63.3 -50.8) |
| LCH | lch(64.1 81.1 321.3) |
| OKLCH | oklch(0.717 0.217 319.4) |
Copy-ready code
/* CSS */
color: #dc6df7;
background-color: #dc6df7;
/* Tailwind (arbitrary) */
class="text-[#dc6df7] bg-[#dc6df7]"
/* SCSS */
$brand: #dc6df7;
/* SwiftUI */
Color(red: 0.863, green: 0.427, blue: 0.969)
/* Android */
Color.parseColor("#dc6df7")Accessibility — WCAG contrast
Aa
#dc6df7 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc6df7 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green42.7%
Blue96.9%
CMYK percentages
Cyan10.9%
Magenta55.9%
Yellow0.0%
Key (black)3.1%
Color previews
#dc6df7 text on a black background
contrast 7.57:1
Card sample
#dc6df7 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc6df7;
Background color
Panel with #dc6df7 background
background-color: #dc6df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc6df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 109, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 109, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc6df7; background: linear-gradient(135deg, #dc6df7, #F76DB6);