#f25dfb
a light, electric magenta / pink · warm · closest name: magenta
RGB
242, 93, 251
HSL
297°, 95%, 68%
CMYK
4, 63, 0, 2
Luminance
0.3367
Every format
| HEX | #f25dfb |
| RGB | rgb(242, 93, 251) |
| HSL | hsl(297, 95%, 68%) |
| CMYK | cmyk(4%, 63%, 0%, 2%) |
| LAB | lab(64.7 76.1 -51.8) |
| LCH | lch(64.7 92.0 325.8) |
| OKLCH | oklch(0.728 0.253 325.4) |
Copy-ready code
/* CSS */
color: #f25dfb;
background-color: #f25dfb;
/* Tailwind (arbitrary) */
class="text-[#f25dfb] bg-[#f25dfb]"
/* SCSS */
$brand: #f25dfb;
/* SwiftUI */
Color(red: 0.949, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#f25dfb")Accessibility — WCAG contrast
Aa
#f25dfb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25dfb on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green36.5%
Blue98.4%
CMYK percentages
Cyan3.6%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#f25dfb text on a black background
contrast 7.73:1
Card sample
#f25dfb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25dfb;
Background color
Panel with #f25dfb background
background-color: #f25dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25dfb; background: linear-gradient(135deg, #f25dfb, #FB5D9B);