#df7bce
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 123, 206
HSL
310°, 61%, 68%
CMYK
0, 45, 8, 13
Luminance
0.3431
Every format
| HEX | #df7bce |
| RGB | rgb(223, 123, 206) |
| HSL | hsl(310, 61%, 68%) |
| CMYK | cmyk(0%, 45%, 8%, 13%) |
| LAB | lab(65.2 49.9 -26.1) |
| LCH | lch(65.2 56.4 332.4) |
| OKLCH | oklch(0.720 0.160 333.7) |
Copy-ready code
/* CSS */
color: #df7bce;
background-color: #df7bce;
/* Tailwind (arbitrary) */
class="text-[#df7bce] bg-[#df7bce]"
/* SCSS */
$brand: #df7bce;
/* SwiftUI */
Color(red: 0.875, green: 0.482, blue: 0.808)
/* Android */
Color.parseColor("#df7bce")Accessibility — WCAG contrast
Aa
#df7bce on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7bce on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow7.6%
Key (black)12.5%
Color previews
#df7bce text on a black background
contrast 7.86:1
Card sample
#df7bce text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7bce;
Background color
Panel with #df7bce background
background-color: #df7bce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7bce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 123, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 123, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7bce; background: linear-gradient(135deg, #df7bce, #DF7B8B);