#fd25fc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 37, 252
HSL
300°, 98%, 57%
CMYK
0, 85, 0, 1
Luminance
0.2923
Every format
| HEX | #fd25fc |
| RGB | rgb(253, 37, 252) |
| HSL | hsl(300, 98%, 57%) |
| CMYK | cmyk(0%, 85%, 0%, 1%) |
| LAB | lab(61.0 94.0 -58.1) |
| LCH | lch(61.0 110.5 328.3) |
| OKLCH | oklch(0.705 0.309 328.5) |
Copy-ready code
/* CSS */
color: #fd25fc;
background-color: #fd25fc;
/* Tailwind (arbitrary) */
class="text-[#fd25fc] bg-[#fd25fc]"
/* SCSS */
$brand: #fd25fc;
/* SwiftUI */
Color(red: 0.992, green: 0.145, blue: 0.988)
/* Android */
Color.parseColor("#fd25fc")Accessibility — WCAG contrast
Aa
#fd25fc on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd25fc on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow0.4%
Key (black)0.8%
Color previews
#fd25fc text on a black background
contrast 6.85:1
Card sample
#fd25fc text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd25fc;
Background color
Panel with #fd25fc background
background-color: #fd25fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd25fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 37, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 37, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd25fc; background: linear-gradient(135deg, #fd25fc, #FD256C);