#df0899
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 8, 153
HSL
320°, 93%, 45%
CMYK
0, 96, 31, 13
Luminance
0.1816
Every format
| HEX | #df0899 |
| RGB | rgb(223, 8, 153) |
| HSL | hsl(320, 93%, 45%) |
| CMYK | cmyk(0%, 96%, 31%, 13%) |
| LAB | lab(49.7 79.5 -19.3) |
| LCH | lch(49.7 81.8 346.3) |
| OKLCH | oklch(0.600 0.249 348.2) |
Copy-ready code
/* CSS */
color: #df0899;
background-color: #df0899;
/* Tailwind (arbitrary) */
class="text-[#df0899] bg-[#df0899]"
/* SCSS */
$brand: #df0899;
/* SwiftUI */
Color(red: 0.875, green: 0.031, blue: 0.600)
/* Android */
Color.parseColor("#df0899")Accessibility — WCAG contrast
Aa
#df0899 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0899 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.1%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta96.4%
Yellow31.4%
Key (black)12.5%
Color previews
#df0899 text on a black background
contrast 4.63:1
Card sample
#df0899 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0899;
Background color
Panel with #df0899 background
background-color: #df0899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 8, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 8, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0899; background: linear-gradient(135deg, #df0899, #DF080A);