#dc6fd2
a balanced, vivid magenta / pink · warm · “orchid”
RGB
220, 111, 210
HSL
306°, 61%, 65%
CMYK
0, 50, 5, 14
Luminance
0.3124
Every format
| HEX | #dc6fd2 |
| RGB | rgb(220, 111, 210) |
| HSL | hsl(306, 61%, 65%) |
| CMYK | cmyk(0%, 50%, 5%, 14%) |
| LAB | lab(62.7 55.6 -32.3) |
| LCH | lch(62.7 64.3 329.9) |
| OKLCH | oklch(0.701 0.181 330.8) |
Copy-ready code
/* CSS */
color: #dc6fd2;
background-color: #dc6fd2;
/* Tailwind (arbitrary) */
class="text-[#dc6fd2] bg-[#dc6fd2]"
/* SCSS */
$brand: #dc6fd2;
/* SwiftUI */
Color(red: 0.863, green: 0.435, blue: 0.824)
/* Android */
Color.parseColor("#dc6fd2")Accessibility — WCAG contrast
Aa
#dc6fd2 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc6fd2 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green43.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow4.5%
Key (black)13.7%
Color previews
#dc6fd2 text on a black background
contrast 7.25:1
Card sample
#dc6fd2 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc6fd2;
Background color
Panel with #dc6fd2 background
background-color: #dc6fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc6fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 111, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 111, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc6fd2; background: linear-gradient(135deg, #dc6fd2, #DC6F89);