#df88cb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 136, 203
HSL
314°, 58%, 70%
CMYK
0, 39, 9, 13
Luminance
0.3761
Every format
| HEX | #df88cb |
| RGB | rgb(223, 136, 203) |
| HSL | hsl(314, 58%, 70%) |
| CMYK | cmyk(0%, 39%, 9%, 13%) |
| LAB | lab(67.7 42.8 -20.6) |
| LCH | lch(67.7 47.5 334.3) |
| OKLCH | oklch(0.739 0.135 335.8) |
Copy-ready code
/* CSS */
color: #df88cb;
background-color: #df88cb;
/* Tailwind (arbitrary) */
class="text-[#df88cb] bg-[#df88cb]"
/* SCSS */
$brand: #df88cb;
/* SwiftUI */
Color(red: 0.875, green: 0.533, blue: 0.796)
/* Android */
Color.parseColor("#df88cb")Accessibility — WCAG contrast
Aa
#df88cb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df88cb on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow9.0%
Key (black)12.5%
Color previews
#df88cb text on a black background
contrast 8.52:1
Card sample
#df88cb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df88cb;
Background color
Panel with #df88cb background
background-color: #df88cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df88cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 136, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 136, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df88cb; background: linear-gradient(135deg, #df88cb, #DF8891);