#df25fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 37, 254
HSL
291°, 99%, 57%
CMYK
12, 85, 0, 0
Luminance
0.2417
Every format
| HEX | #df25fe |
| RGB | rgb(223, 37, 254) |
| HSL | hsl(291, 99%, 57%) |
| CMYK | cmyk(12%, 85%, 0%, 0%) |
| LAB | lab(56.3 89.4 -67.1) |
| LCH | lch(56.3 111.8 323.1) |
| OKLCH | oklch(0.663 0.299 321.0) |
Copy-ready code
/* CSS */
color: #df25fe;
background-color: #df25fe;
/* Tailwind (arbitrary) */
class="text-[#df25fe] bg-[#df25fe]"
/* SCSS */
$brand: #df25fe;
/* SwiftUI */
Color(red: 0.875, green: 0.145, blue: 0.996)
/* Android */
Color.parseColor("#df25fe")Accessibility — WCAG contrast
Aa
#df25fe on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df25fe on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.5%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta85.4%
Yellow0.0%
Key (black)0.4%
Color previews
#df25fe text on a black background
contrast 5.83:1
Card sample
#df25fe text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df25fe;
Background color
Panel with #df25fe background
background-color: #df25fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df25fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 37, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 37, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df25fe; background: linear-gradient(135deg, #df25fe, #FE258D);