#df82cb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 130, 203
HSL
313°, 59%, 69%
CMYK
0, 42, 9, 13
Luminance
0.3597
Every format
| HEX | #df82cb |
| RGB | rgb(223, 130, 203) |
| HSL | hsl(313, 59%, 69%) |
| CMYK | cmyk(0%, 42%, 9%, 13%) |
| LAB | lab(66.5 45.9 -22.5) |
| LCH | lch(66.5 51.1 333.9) |
| OKLCH | oklch(0.730 0.145 335.4) |
Copy-ready code
/* CSS */
color: #df82cb;
background-color: #df82cb;
/* Tailwind (arbitrary) */
class="text-[#df82cb] bg-[#df82cb]"
/* SCSS */
$brand: #df82cb;
/* SwiftUI */
Color(red: 0.875, green: 0.510, blue: 0.796)
/* Android */
Color.parseColor("#df82cb")Accessibility — WCAG contrast
Aa
#df82cb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df82cb on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow9.0%
Key (black)12.5%
Color previews
#df82cb text on a black background
contrast 8.19:1
Card sample
#df82cb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df82cb;
Background color
Panel with #df82cb background
background-color: #df82cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df82cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 130, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 130, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df82cb; background: linear-gradient(135deg, #df82cb, #DF828D);