#df90cb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 144, 203
HSL
315°, 55%, 72%
CMYK
0, 35, 9, 13
Luminance
0.3995
Every format
| HEX | #df90cb |
| RGB | rgb(223, 144, 203) |
| HSL | hsl(315, 55%, 72%) |
| CMYK | cmyk(0%, 35%, 9%, 13%) |
| LAB | lab(69.4 38.5 -18.0) |
| LCH | lch(69.4 42.5 334.9) |
| OKLCH | oklch(0.752 0.121 336.5) |
Copy-ready code
/* CSS */
color: #df90cb;
background-color: #df90cb;
/* Tailwind (arbitrary) */
class="text-[#df90cb] bg-[#df90cb]"
/* SCSS */
$brand: #df90cb;
/* SwiftUI */
Color(red: 0.875, green: 0.565, blue: 0.796)
/* Android */
Color.parseColor("#df90cb")Accessibility — WCAG contrast
Aa
#df90cb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df90cb on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow9.0%
Key (black)12.5%
Color previews
#df90cb text on a black background
contrast 8.99:1
Card sample
#df90cb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df90cb;
Background color
Panel with #df90cb background
background-color: #df90cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df90cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 144, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 144, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df90cb; background: linear-gradient(135deg, #df90cb, #DF9096);