#dc6fdc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
220, 111, 220
HSL
300°, 61%, 65%
CMYK
0, 50, 0, 14
Luminance
0.3175
Every format
| HEX | #dc6fdc |
| RGB | rgb(220, 111, 220) |
| HSL | hsl(300, 61%, 65%) |
| CMYK | cmyk(0%, 50%, 0%, 14%) |
| LAB | lab(63.1 57.4 -37.2) |
| LCH | lch(63.1 68.4 327.0) |
| OKLCH | oklch(0.706 0.189 327.3) |
Copy-ready code
/* CSS */
color: #dc6fdc;
background-color: #dc6fdc;
/* Tailwind (arbitrary) */
class="text-[#dc6fdc] bg-[#dc6fdc]"
/* SCSS */
$brand: #dc6fdc;
/* SwiftUI */
Color(red: 0.863, green: 0.435, blue: 0.863)
/* Android */
Color.parseColor("#dc6fdc")Accessibility — WCAG contrast
Aa
#dc6fdc on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc6fdc on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green43.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow0.0%
Key (black)13.7%
Color previews
#dc6fdc text on a black background
contrast 7.35:1
Card sample
#dc6fdc text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc6fdc;
Background color
Panel with #dc6fdc background
background-color: #dc6fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc6fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 111, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 111, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc6fdc; background: linear-gradient(135deg, #dc6fdc, #DC6F93);