#dc7cef
a light, electric magenta / pink · warm · closest name: violet
RGB
220, 124, 239
HSL
290°, 78%, 71%
CMYK
8, 48, 0, 6
Luminance
0.3586
Every format
| HEX | #dc7cef |
| RGB | rgb(220, 124, 239) |
| HSL | hsl(290, 78%, 71%) |
| CMYK | cmyk(8%, 48%, 0%, 6%) |
| LAB | lab(66.4 54.5 -42.6) |
| LCH | lch(66.4 69.2 322.0) |
| OKLCH | oklch(0.733 0.186 320.8) |
Copy-ready code
/* CSS */
color: #dc7cef;
background-color: #dc7cef;
/* Tailwind (arbitrary) */
class="text-[#dc7cef] bg-[#dc7cef]"
/* SCSS */
$brand: #dc7cef;
/* SwiftUI */
Color(red: 0.863, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#dc7cef")Accessibility — WCAG contrast
Aa
#dc7cef on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc7cef on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green48.6%
Blue93.7%
CMYK percentages
Cyan7.9%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#dc7cef text on a black background
contrast 8.17:1
Card sample
#dc7cef text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc7cef;
Background color
Panel with #dc7cef background
background-color: #dc7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc7cef; background: linear-gradient(135deg, #dc7cef, #EF7CB5);