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