#db0ccf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 12, 207
HSL
304°, 90%, 45%
CMYK
0, 95, 6, 14
Luminance
0.1983
Every format
| HEX | #db0ccf |
| RGB | rgb(219, 12, 207) |
| HSL | hsl(304, 90%, 45%) |
| CMYK | cmyk(0%, 95%, 6%, 14%) |
| LAB | lab(51.6 85.0 -48.0) |
| LCH | lch(51.6 97.6 330.6) |
| OKLCH | oklch(0.621 0.277 331.4) |
Copy-ready code
/* CSS */
color: #db0ccf;
background-color: #db0ccf;
/* Tailwind (arbitrary) */
class="text-[#db0ccf] bg-[#db0ccf]"
/* SCSS */
$brand: #db0ccf;
/* SwiftUI */
Color(red: 0.859, green: 0.047, blue: 0.812)
/* Android */
Color.parseColor("#db0ccf")Accessibility — WCAG contrast
Aa
#db0ccf on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0ccf on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green4.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow5.5%
Key (black)14.1%
Color previews
#db0ccf text on a black background
contrast 4.97:1
Card sample
#db0ccf text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0ccf;
Background color
Panel with #db0ccf background
background-color: #db0ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 12, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 12, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0ccf; background: linear-gradient(135deg, #db0ccf, #DB0C45);