#df95cb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 149, 203
HSL
316°, 54%, 73%
CMYK
0, 33, 9, 13
Luminance
0.4149
Every format
| HEX | #df95cb |
| RGB | rgb(223, 149, 203) |
| HSL | hsl(316, 54%, 73%) |
| CMYK | cmyk(0%, 33%, 9%, 13%) |
| LAB | lab(70.5 35.9 -16.4) |
| LCH | lch(70.5 39.5 335.5) |
| OKLCH | oklch(0.760 0.112 337.1) |
Copy-ready code
/* CSS */
color: #df95cb;
background-color: #df95cb;
/* Tailwind (arbitrary) */
class="text-[#df95cb] bg-[#df95cb]"
/* SCSS */
$brand: #df95cb;
/* SwiftUI */
Color(red: 0.875, green: 0.584, blue: 0.796)
/* Android */
Color.parseColor("#df95cb")Accessibility — WCAG contrast
Aa
#df95cb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df95cb on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green58.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow9.0%
Key (black)12.5%
Color previews
#df95cb text on a black background
contrast 9.30:1
Card sample
#df95cb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df95cb;
Background color
Panel with #df95cb background
background-color: #df95cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df95cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 149, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 149, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df95cb; background: linear-gradient(135deg, #df95cb, #DF959A);