#f25dfe
a light, electric magenta / pink · warm · closest name: magenta
RGB
242, 93, 254
HSL
296°, 99%, 68%
CMYK
5, 63, 0, 0
Luminance
0.3386
Every format
| HEX | #f25dfe |
| RGB | rgb(242, 93, 254) |
| HSL | hsl(296, 99%, 68%) |
| CMYK | cmyk(5%, 63%, 0%, 0%) |
| LAB | lab(64.9 76.6 -53.2) |
| LCH | lch(64.9 93.3 325.2) |
| OKLCH | oklch(0.730 0.255 324.7) |
Copy-ready code
/* CSS */
color: #f25dfe;
background-color: #f25dfe;
/* Tailwind (arbitrary) */
class="text-[#f25dfe] bg-[#f25dfe]"
/* SCSS */
$brand: #f25dfe;
/* SwiftUI */
Color(red: 0.949, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#f25dfe")Accessibility — WCAG contrast
Aa
#f25dfe on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25dfe on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green36.5%
Blue99.6%
CMYK percentages
Cyan4.7%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#f25dfe text on a black background
contrast 7.77:1
Card sample
#f25dfe text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25dfe;
Background color
Panel with #f25dfe background
background-color: #f25dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25dfe; background: linear-gradient(135deg, #f25dfe, #FE5D9F);