#df0fcf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 15, 207
HSL
305°, 87%, 47%
CMYK
0, 93, 7, 13
Luminance
0.2053
Every format
| HEX | #df0fcf |
| RGB | rgb(223, 15, 207) |
| HSL | hsl(305, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 7%, 13%) |
| LAB | lab(52.4 85.4 -46.7) |
| LCH | lch(52.4 97.3 331.4) |
| OKLCH | oklch(0.627 0.278 332.4) |
Copy-ready code
/* CSS */
color: #df0fcf;
background-color: #df0fcf;
/* Tailwind (arbitrary) */
class="text-[#df0fcf] bg-[#df0fcf]"
/* SCSS */
$brand: #df0fcf;
/* SwiftUI */
Color(red: 0.875, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#df0fcf")Accessibility — WCAG contrast
Aa
#df0fcf on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0fcf on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow7.2%
Key (black)12.5%
Color previews
#df0fcf text on a black background
contrast 5.11:1
Card sample
#df0fcf text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0fcf;
Background color
Panel with #df0fcf background
background-color: #df0fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0fcf; background: linear-gradient(135deg, #df0fcf, #DF0F44);