#da0ccc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 12, 204
HSL
304°, 90%, 45%
CMYK
0, 95, 6, 15
Luminance
0.1953
Every format
| HEX | #da0ccc |
| RGB | rgb(218, 12, 204) |
| HSL | hsl(304, 90%, 45%) |
| CMYK | cmyk(0%, 95%, 6%, 15%) |
| LAB | lab(51.3 84.4 -46.8) |
| LCH | lch(51.3 96.5 331.0) |
| OKLCH | oklch(0.617 0.275 331.9) |
Copy-ready code
/* CSS */
color: #da0ccc;
background-color: #da0ccc;
/* Tailwind (arbitrary) */
class="text-[#da0ccc] bg-[#da0ccc]"
/* SCSS */
$brand: #da0ccc;
/* SwiftUI */
Color(red: 0.855, green: 0.047, blue: 0.800)
/* Android */
Color.parseColor("#da0ccc")Accessibility — WCAG contrast
Aa
#da0ccc on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da0ccc on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green4.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow6.4%
Key (black)14.5%
Color previews
#da0ccc text on a black background
contrast 4.91:1
Card sample
#da0ccc text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da0ccc;
Background color
Panel with #da0ccc background
background-color: #da0ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da0ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 12, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 12, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da0ccc; background: linear-gradient(135deg, #da0ccc, #DA0C43);