#df0bae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 11, 174
HSL
314°, 91%, 46%
CMYK
0, 95, 22, 13
Luminance
0.1898
Every format
| HEX | #df0bae |
| RGB | rgb(223, 11, 174) |
| HSL | hsl(314, 91%, 46%) |
| CMYK | cmyk(0%, 95%, 22%, 13%) |
| LAB | lab(50.7 81.6 -30.3) |
| LCH | lch(50.7 87.0 339.6) |
| OKLCH | oklch(0.610 0.259 341.6) |
Copy-ready code
/* CSS */
color: #df0bae;
background-color: #df0bae;
/* Tailwind (arbitrary) */
class="text-[#df0bae] bg-[#df0bae]"
/* SCSS */
$brand: #df0bae;
/* SwiftUI */
Color(red: 0.875, green: 0.043, blue: 0.682)
/* Android */
Color.parseColor("#df0bae")Accessibility — WCAG contrast
Aa
#df0bae on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0bae on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green4.3%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta95.1%
Yellow22.0%
Key (black)12.5%
Color previews
#df0bae text on a black background
contrast 4.80:1
Card sample
#df0bae text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0bae;
Background color
Panel with #df0bae background
background-color: #df0bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 11, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 11, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0bae; background: linear-gradient(135deg, #df0bae, #DF0B21);