#df669d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 102, 157
HSL
333°, 65%, 64%
CMYK
0, 54, 30, 13
Luminance
0.2763
Every format
| HEX | #df669d |
| RGB | rgb(223, 102, 157) |
| HSL | hsl(333, 65%, 64%) |
| CMYK | cmyk(0%, 54%, 30%, 13%) |
| LAB | lab(59.5 53.0 -6.8) |
| LCH | lch(59.5 53.4 352.7) |
| OKLCH | oklch(0.672 0.162 353.8) |
Copy-ready code
/* CSS */
color: #df669d;
background-color: #df669d;
/* Tailwind (arbitrary) */
class="text-[#df669d] bg-[#df669d]"
/* SCSS */
$brand: #df669d;
/* SwiftUI */
Color(red: 0.875, green: 0.400, blue: 0.616)
/* Android */
Color.parseColor("#df669d")Accessibility — WCAG contrast
Aa
#df669d on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df669d on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.0%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow29.6%
Key (black)12.5%
Color previews
#df669d text on a black background
contrast 6.53:1
Card sample
#df669d text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df669d;
Background color
Panel with #df669d background
background-color: #df669d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df669d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 102, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 102, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df669d; background: linear-gradient(135deg, #df669d, #DF8066);