#df9ccb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 156, 203
HSL
318°, 51%, 74%
CMYK
0, 30, 9, 13
Luminance
0.4378
Every format
| HEX | #df9ccb |
| RGB | rgb(223, 156, 203) |
| HSL | hsl(318, 51%, 74%) |
| CMYK | cmyk(0%, 30%, 9%, 13%) |
| LAB | lab(72.1 32.1 -14.0) |
| LCH | lch(72.1 35.1 336.4) |
| OKLCH | oklch(0.772 0.100 338.1) |
Copy-ready code
/* CSS */
color: #df9ccb;
background-color: #df9ccb;
/* Tailwind (arbitrary) */
class="text-[#df9ccb] bg-[#df9ccb]"
/* SCSS */
$brand: #df9ccb;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.796)
/* Android */
Color.parseColor("#df9ccb")Accessibility — WCAG contrast
Aa
#df9ccb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9ccb on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow9.0%
Key (black)12.5%
Color previews
#df9ccb text on a black background
contrast 9.76:1
Card sample
#df9ccb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9ccb;
Background color
Panel with #df9ccb background
background-color: #df9ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9ccb; background: linear-gradient(135deg, #df9ccb, #DF9C9E);