#df7fe6
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 127, 230
HSL
296°, 67%, 70%
CMYK
3, 45, 0, 10
Luminance
0.3658
Every format
| HEX | #df7fe6 |
| RGB | rgb(223, 127, 230) |
| HSL | hsl(296, 67%, 70%) |
| CMYK | cmyk(3%, 45%, 0%, 10%) |
| LAB | lab(67.0 52.1 -36.8) |
| LCH | lch(67.0 63.8 324.8) |
| OKLCH | oklch(0.737 0.175 324.7) |
Copy-ready code
/* CSS */
color: #df7fe6;
background-color: #df7fe6;
/* Tailwind (arbitrary) */
class="text-[#df7fe6] bg-[#df7fe6]"
/* SCSS */
$brand: #df7fe6;
/* SwiftUI */
Color(red: 0.875, green: 0.498, blue: 0.902)
/* Android */
Color.parseColor("#df7fe6")Accessibility — WCAG contrast
Aa
#df7fe6 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7fe6 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.8%
Blue90.2%
CMYK percentages
Cyan3.0%
Magenta44.8%
Yellow0.0%
Key (black)9.8%
Color previews
#df7fe6 text on a black background
contrast 8.32:1
Card sample
#df7fe6 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7fe6;
Background color
Panel with #df7fe6 background
background-color: #df7fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 127, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 127, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7fe6; background: linear-gradient(135deg, #df7fe6, #E67FA8);