#ff25df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 37, 223
HSL
309°, 100%, 57%
CMYK
0, 86, 13, 0
Luminance
0.2791
Every format
| HEX | #ff25df |
| RGB | rgb(255, 37, 223) |
| HSL | hsl(309, 100%, 57%) |
| CMYK | cmyk(0%, 86%, 13%, 0%) |
| LAB | lab(59.8 90.4 -43.8) |
| LCH | lch(59.8 100.5 334.2) |
| OKLCH | oklch(0.693 0.291 335.7) |
Copy-ready code
/* CSS */
color: #ff25df;
background-color: #ff25df;
/* Tailwind (arbitrary) */
class="text-[#ff25df] bg-[#ff25df]"
/* SCSS */
$brand: #ff25df;
/* SwiftUI */
Color(red: 1.000, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#ff25df")Accessibility — WCAG contrast
Aa
#ff25df on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff25df on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green14.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow12.5%
Key (black)0.0%
Color previews
#ff25df text on a black background
contrast 6.58:1
Card sample
#ff25df text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff25df;
Background color
Panel with #ff25df background
background-color: #ff25df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff25df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff25df; background: linear-gradient(135deg, #ff25df, #FF254E);