#fd25ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 37, 255
HSL
299°, 100%, 57%
CMYK
1, 86, 0, 0
Luminance
0.2943
Every format
| HEX | #fd25ff |
| RGB | rgb(253, 37, 255) |
| HSL | hsl(299, 100%, 57%) |
| CMYK | cmyk(1%, 86%, 0%, 0%) |
| LAB | lab(61.2 94.5 -59.5) |
| LCH | lch(61.2 111.6 327.8) |
| OKLCH | oklch(0.707 0.311 327.8) |
Copy-ready code
/* CSS */
color: #fd25ff;
background-color: #fd25ff;
/* Tailwind (arbitrary) */
class="text-[#fd25ff] bg-[#fd25ff]"
/* SCSS */
$brand: #fd25ff;
/* SwiftUI */
Color(red: 0.992, green: 0.145, blue: 1.000)
/* Android */
Color.parseColor("#fd25ff")Accessibility — WCAG contrast
Aa
#fd25ff on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd25ff on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.5%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta85.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fd25ff text on a black background
contrast 6.89:1
Card sample
#fd25ff text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd25ff;
Background color
Panel with #fd25ff background
background-color: #fd25ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd25ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 37, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 37, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd25ff; background: linear-gradient(135deg, #fd25ff, #FF2570);