#df0bcb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 11, 203
HSL
306°, 91%, 46%
CMYK
0, 95, 9, 13
Luminance
0.2024
Every format
| HEX | #df0bcb |
| RGB | rgb(223, 11, 203) |
| HSL | hsl(306, 91%, 46%) |
| CMYK | cmyk(0%, 95%, 9%, 13%) |
| LAB | lab(52.1 85.2 -44.9) |
| LCH | lch(52.1 96.3 332.2) |
| OKLCH | oklch(0.624 0.276 333.4) |
Copy-ready code
/* CSS */
color: #df0bcb;
background-color: #df0bcb;
/* Tailwind (arbitrary) */
class="text-[#df0bcb] bg-[#df0bcb]"
/* SCSS */
$brand: #df0bcb;
/* SwiftUI */
Color(red: 0.875, green: 0.043, blue: 0.796)
/* Android */
Color.parseColor("#df0bcb")Accessibility — WCAG contrast
Aa
#df0bcb on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0bcb on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green4.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta95.1%
Yellow9.0%
Key (black)12.5%
Color previews
#df0bcb text on a black background
contrast 5.05:1
Card sample
#df0bcb text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0bcb;
Background color
Panel with #df0bcb background
background-color: #df0bcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0bcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 11, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 11, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0bcb; background: linear-gradient(135deg, #df0bcb, #DF0B3E);