#db0cbf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 12, 191
HSL
308°, 90%, 45%
CMYK
0, 95, 13, 14
Luminance
0.1908
Every format
| HEX | #db0cbf |
| RGB | rgb(219, 12, 191) |
| HSL | hsl(308, 90%, 45%) |
| CMYK | cmyk(0%, 95%, 13%, 14%) |
| LAB | lab(50.8 82.9 -40.1) |
| LCH | lch(50.8 92.0 334.2) |
| OKLCH | oklch(0.612 0.267 335.7) |
Copy-ready code
/* CSS */
color: #db0cbf;
background-color: #db0cbf;
/* Tailwind (arbitrary) */
class="text-[#db0cbf] bg-[#db0cbf]"
/* SCSS */
$brand: #db0cbf;
/* SwiftUI */
Color(red: 0.859, green: 0.047, blue: 0.749)
/* Android */
Color.parseColor("#db0cbf")Accessibility — WCAG contrast
Aa
#db0cbf on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0cbf on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green4.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow12.8%
Key (black)14.1%
Color previews
#db0cbf text on a black background
contrast 4.82:1
Card sample
#db0cbf text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0cbf;
Background color
Panel with #db0cbf background
background-color: #db0cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 12, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 12, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0cbf; background: linear-gradient(135deg, #db0cbf, #DB0C35);