#df67d7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 103, 215
HSL
304°, 65%, 64%
CMYK
0, 54, 4, 13
Luminance
0.3029
Every format
| HEX | #df67d7 |
| RGB | rgb(223, 103, 215) |
| HSL | hsl(304, 65%, 64%) |
| CMYK | cmyk(0%, 54%, 4%, 13%) |
| LAB | lab(61.9 61.1 -36.3) |
| LCH | lch(61.9 71.1 329.3) |
| OKLCH | oklch(0.697 0.199 330.1) |
Copy-ready code
/* CSS */
color: #df67d7;
background-color: #df67d7;
/* Tailwind (arbitrary) */
class="text-[#df67d7] bg-[#df67d7]"
/* SCSS */
$brand: #df67d7;
/* SwiftUI */
Color(red: 0.875, green: 0.404, blue: 0.843)
/* Android */
Color.parseColor("#df67d7")Accessibility — WCAG contrast
Aa
#df67d7 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df67d7 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.4%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow3.6%
Key (black)12.5%
Color previews
#df67d7 text on a black background
contrast 7.06:1
Card sample
#df67d7 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df67d7;
Background color
Panel with #df67d7 background
background-color: #df67d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df67d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 103, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 103, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df67d7; background: linear-gradient(135deg, #df67d7, #DF6787);