#df7bee
a light, electric magenta / pink · warm · closest name: violet
RGB
223, 123, 238
HSL
292°, 77%, 71%
CMYK
6, 48, 0, 7
Luminance
0.3603
Every format
| HEX | #df7bee |
| RGB | rgb(223, 123, 238) |
| HSL | hsl(292, 77%, 71%) |
| CMYK | cmyk(6%, 48%, 0%, 7%) |
| LAB | lab(66.5 55.6 -41.9) |
| LCH | lch(66.5 69.6 323.0) |
| OKLCH | oklch(0.735 0.189 322.2) |
Copy-ready code
/* CSS */
color: #df7bee;
background-color: #df7bee;
/* Tailwind (arbitrary) */
class="text-[#df7bee] bg-[#df7bee]"
/* SCSS */
$brand: #df7bee;
/* SwiftUI */
Color(red: 0.875, green: 0.482, blue: 0.933)
/* Android */
Color.parseColor("#df7bee")Accessibility — WCAG contrast
Aa
#df7bee on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7bee on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.2%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta48.3%
Yellow0.0%
Key (black)6.7%
Color previews
#df7bee text on a black background
contrast 8.21:1
Card sample
#df7bee text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7bee;
Background color
Panel with #df7bee background
background-color: #df7bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 123, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 123, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7bee; background: linear-gradient(135deg, #df7bee, #EE7BB0);