#df0769
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 7, 105
HSL
333°, 94%, 45%
CMYK
0, 97, 53, 13
Luminance
0.1686
Every format
| HEX | #df0769 |
| RGB | rgb(223, 7, 105) |
| HSL | hsl(333, 94%, 45%) |
| CMYK | cmyk(0%, 97%, 53%, 13%) |
| LAB | lab(48.1 75.4 7.5) |
| LCH | lch(48.1 75.8 5.7) |
| OKLCH | oklch(0.583 0.232 4.8) |
Copy-ready code
/* CSS */
color: #df0769;
background-color: #df0769;
/* Tailwind (arbitrary) */
class="text-[#df0769] bg-[#df0769]"
/* SCSS */
$brand: #df0769;
/* SwiftUI */
Color(red: 0.875, green: 0.027, blue: 0.412)
/* Android */
Color.parseColor("#df0769")Accessibility — WCAG contrast
Aa
#df0769 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0769 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.7%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow52.9%
Key (black)12.5%
Color previews
#df0769 text on a black background
contrast 4.37:1
Card sample
#df0769 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0769;
Background color
Panel with #df0769 background
background-color: #df0769;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0769;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 7, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 7, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0769; background: linear-gradient(135deg, #df0769, #DF3507);