#df4bce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 75, 206
HSL
307°, 70%, 58%
CMYK
0, 66, 8, 13
Luminance
0.2518
Every format
| HEX | #df4bce |
| RGB | rgb(223, 75, 206) |
| HSL | hsl(307, 70%, 58%) |
| CMYK | cmyk(0%, 66%, 8%, 13%) |
| LAB | lab(57.3 71.3 -38.5) |
| LCH | lch(57.3 81.0 331.6) |
| OKLCH | oklch(0.662 0.231 332.8) |
Copy-ready code
/* CSS */
color: #df4bce;
background-color: #df4bce;
/* Tailwind (arbitrary) */
class="text-[#df4bce] bg-[#df4bce]"
/* SCSS */
$brand: #df4bce;
/* SwiftUI */
Color(red: 0.875, green: 0.294, blue: 0.808)
/* Android */
Color.parseColor("#df4bce")Accessibility — WCAG contrast
Aa
#df4bce on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4bce on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow7.6%
Key (black)12.5%
Color previews
#df4bce text on a black background
contrast 6.04:1
Card sample
#df4bce text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4bce;
Background color
Panel with #df4bce background
background-color: #df4bce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4bce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 75, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 75, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4bce; background: linear-gradient(135deg, #df4bce, #DF4B6B);