#df97cb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 151, 203
HSL
317°, 53%, 73%
CMYK
0, 32, 9, 13
Luminance
0.4213
Every format
| HEX | #df97cb |
| RGB | rgb(223, 151, 203) |
| HSL | hsl(317, 53%, 73%) |
| CMYK | cmyk(0%, 32%, 9%, 13%) |
| LAB | lab(71.0 34.8 -15.7) |
| LCH | lch(71.0 38.2 335.7) |
| OKLCH | oklch(0.763 0.109 337.4) |
Copy-ready code
/* CSS */
color: #df97cb;
background-color: #df97cb;
/* Tailwind (arbitrary) */
class="text-[#df97cb] bg-[#df97cb]"
/* SCSS */
$brand: #df97cb;
/* SwiftUI */
Color(red: 0.875, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#df97cb")Accessibility — WCAG contrast
Aa
#df97cb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df97cb on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow9.0%
Key (black)12.5%
Color previews
#df97cb text on a black background
contrast 9.43:1
Card sample
#df97cb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df97cb;
Background color
Panel with #df97cb background
background-color: #df97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df97cb; background: linear-gradient(135deg, #df97cb, #DF979B);