#de2df2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
222, 45, 242
HSL
294°, 88%, 56%
CMYK
8, 81, 0, 5
Luminance
0.2382
Every format
| HEX | #de2df2 |
| RGB | rgb(222, 45, 242) |
| HSL | hsl(294, 88%, 56%) |
| CMYK | cmyk(8%, 81%, 0%, 5%) |
| LAB | lab(55.9 85.7 -61.0) |
| LCH | lch(55.9 105.2 324.6) |
| OKLCH | oklch(0.658 0.285 323.3) |
Copy-ready code
/* CSS */
color: #de2df2;
background-color: #de2df2;
/* Tailwind (arbitrary) */
class="text-[#de2df2] bg-[#de2df2]"
/* SCSS */
$brand: #de2df2;
/* SwiftUI */
Color(red: 0.871, green: 0.176, blue: 0.949)
/* Android */
Color.parseColor("#de2df2")Accessibility — WCAG contrast
Aa
#de2df2 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#de2df2 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green17.6%
Blue94.9%
CMYK percentages
Cyan8.3%
Magenta81.4%
Yellow0.0%
Key (black)5.1%
Color previews
#de2df2 text on a black background
contrast 5.76:1
Card sample
#de2df2 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de2df2;
Background color
Panel with #de2df2 background
background-color: #de2df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de2df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 45, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 45, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de2df2; background: linear-gradient(135deg, #de2df2, #F22D83);