#db0fcb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 15, 203
HSL
305°, 87%, 46%
CMYK
0, 93, 7, 14
Luminance
0.1971
Every format
| HEX | #db0fcb |
| RGB | rgb(219, 15, 203) |
| HSL | hsl(305, 87%, 46%) |
| CMYK | cmyk(0%, 93%, 7%, 14%) |
| LAB | lab(51.5 84.2 -45.9) |
| LCH | lch(51.5 95.9 331.4) |
| OKLCH | oklch(0.619 0.274 332.4) |
Copy-ready code
/* CSS */
color: #db0fcb;
background-color: #db0fcb;
/* Tailwind (arbitrary) */
class="text-[#db0fcb] bg-[#db0fcb]"
/* SCSS */
$brand: #db0fcb;
/* SwiftUI */
Color(red: 0.859, green: 0.059, blue: 0.796)
/* Android */
Color.parseColor("#db0fcb")Accessibility — WCAG contrast
Aa
#db0fcb on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db0fcb on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green5.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow7.3%
Key (black)14.1%
Color previews
#db0fcb text on a black background
contrast 4.94:1
Card sample
#db0fcb text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0fcb;
Background color
Panel with #db0fcb background
background-color: #db0fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 15, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 15, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0fcb; background: linear-gradient(135deg, #db0fcb, #DB0F43);