#fd25cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 37, 207
HSL
313°, 98%, 57%
CMYK
0, 85, 18, 1
Luminance
0.2671
Every format
| HEX | #fd25cf |
| RGB | rgb(253, 37, 207) |
| HSL | hsl(313, 98%, 57%) |
| CMYK | cmyk(0%, 85%, 18%, 1%) |
| LAB | lab(58.7 88.0 -36.4) |
| LCH | lch(58.7 95.3 337.5) |
| OKLCH | oklch(0.682 0.281 339.4) |
Copy-ready code
/* CSS */
color: #fd25cf;
background-color: #fd25cf;
/* Tailwind (arbitrary) */
class="text-[#fd25cf] bg-[#fd25cf]"
/* SCSS */
$brand: #fd25cf;
/* SwiftUI */
Color(red: 0.992, green: 0.145, blue: 0.812)
/* Android */
Color.parseColor("#fd25cf")Accessibility — WCAG contrast
Aa
#fd25cf on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd25cf on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow18.2%
Key (black)0.8%
Color previews
#fd25cf text on a black background
contrast 6.34:1
Card sample
#fd25cf text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd25cf;
Background color
Panel with #fd25cf background
background-color: #fd25cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd25cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 37, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 37, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd25cf; background: linear-gradient(135deg, #fd25cf, #FD253F);