#df0fdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 15, 219
HSL
301°, 87%, 47%
CMYK
0, 93, 2, 13
Luminance
0.2114
Every format
| HEX | #df0fdb |
| RGB | rgb(223, 15, 219) |
| HSL | hsl(301, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 2%, 13%) |
| LAB | lab(53.1 87.1 -52.5) |
| LCH | lch(53.1 101.7 328.9) |
| OKLCH | oklch(0.634 0.285 329.3) |
Copy-ready code
/* CSS */
color: #df0fdb;
background-color: #df0fdb;
/* Tailwind (arbitrary) */
class="text-[#df0fdb] bg-[#df0fdb]"
/* SCSS */
$brand: #df0fdb;
/* SwiftUI */
Color(red: 0.875, green: 0.059, blue: 0.859)
/* Android */
Color.parseColor("#df0fdb")Accessibility — WCAG contrast
Aa
#df0fdb on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0fdb on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow1.8%
Key (black)12.5%
Color previews
#df0fdb text on a black background
contrast 5.23:1
Card sample
#df0fdb text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0fdb;
Background color
Panel with #df0fdb background
background-color: #df0fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 15, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 15, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0fdb; background: linear-gradient(135deg, #df0fdb, #DF0F50);