#df83d7
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 131, 215
HSL
305°, 59%, 69%
CMYK
0, 41, 4, 13
Luminance
0.3683
Every format
| HEX | #df83d7 |
| RGB | rgb(223, 131, 215) |
| HSL | hsl(305, 59%, 69%) |
| CMYK | cmyk(0%, 41%, 4%, 13%) |
| LAB | lab(67.2 47.4 -28.2) |
| LCH | lch(67.2 55.1 329.3) |
| OKLCH | oklch(0.736 0.154 330.2) |
Copy-ready code
/* CSS */
color: #df83d7;
background-color: #df83d7;
/* Tailwind (arbitrary) */
class="text-[#df83d7] bg-[#df83d7]"
/* SCSS */
$brand: #df83d7;
/* SwiftUI */
Color(red: 0.875, green: 0.514, blue: 0.843)
/* Android */
Color.parseColor("#df83d7")Accessibility — WCAG contrast
Aa
#df83d7 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df83d7 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.4%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow3.6%
Key (black)12.5%
Color previews
#df83d7 text on a black background
contrast 8.37:1
Card sample
#df83d7 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df83d7;
Background color
Panel with #df83d7 background
background-color: #df83d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df83d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 131, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 131, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df83d7; background: linear-gradient(135deg, #df83d7, #DF839A);