#dc99cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
220, 153, 207
HSL
312°, 49%, 73%
CMYK
0, 31, 6, 14
Luminance
0.4250
Every format
| HEX | #dc99cf |
| RGB | rgb(220, 153, 207) |
| HSL | hsl(312, 49%, 73%) |
| CMYK | cmyk(0%, 31%, 6%, 14%) |
| LAB | lab(71.2 33.4 -17.6) |
| LCH | lch(71.2 37.8 332.3) |
| OKLCH | oklch(0.765 0.106 333.7) |
Copy-ready code
/* CSS */
color: #dc99cf;
background-color: #dc99cf;
/* Tailwind (arbitrary) */
class="text-[#dc99cf] bg-[#dc99cf]"
/* SCSS */
$brand: #dc99cf;
/* SwiftUI */
Color(red: 0.863, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#dc99cf")Accessibility — WCAG contrast
Aa
#dc99cf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc99cf on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green60.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow5.9%
Key (black)13.7%
Color previews
#dc99cf text on a black background
contrast 9.50:1
Card sample
#dc99cf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc99cf;
Background color
Panel with #dc99cf background
background-color: #dc99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc99cf; background: linear-gradient(135deg, #dc99cf, #DC99A2);