#df6fcf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 111, 207
HSL
309°, 64%, 66%
CMYK
0, 50, 7, 13
Luminance
0.3156
Every format
| HEX | #df6fcf |
| RGB | rgb(223, 111, 207) |
| HSL | hsl(309, 64%, 66%) |
| CMYK | cmyk(0%, 50%, 7%, 13%) |
| LAB | lab(63.0 56.0 -30.1) |
| LCH | lch(63.0 63.6 331.7) |
| OKLCH | oklch(0.704 0.180 333.0) |
Copy-ready code
/* CSS */
color: #df6fcf;
background-color: #df6fcf;
/* Tailwind (arbitrary) */
class="text-[#df6fcf] bg-[#df6fcf]"
/* SCSS */
$brand: #df6fcf;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.812)
/* Android */
Color.parseColor("#df6fcf")Accessibility — WCAG contrast
Aa
#df6fcf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6fcf on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow7.2%
Key (black)12.5%
Color previews
#df6fcf text on a black background
contrast 7.31:1
Card sample
#df6fcf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6fcf;
Background color
Panel with #df6fcf background
background-color: #df6fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6fcf; background: linear-gradient(135deg, #df6fcf, #DF6F84);