#f25fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 95, 223
HSL
308°, 85%, 66%
CMYK
0, 61, 8, 5
Luminance
0.3239
Every format
| HEX | #f25fdf |
| RGB | rgb(242, 95, 223) |
| HSL | hsl(308, 85%, 66%) |
| CMYK | cmyk(0%, 61%, 8%, 5%) |
| LAB | lab(63.7 70.8 -37.9) |
| LCH | lch(63.7 80.3 331.9) |
| OKLCH | oklch(0.717 0.229 333.1) |
Copy-ready code
/* CSS */
color: #f25fdf;
background-color: #f25fdf;
/* Tailwind (arbitrary) */
class="text-[#f25fdf] bg-[#f25fdf]"
/* SCSS */
$brand: #f25fdf;
/* SwiftUI */
Color(red: 0.949, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#f25fdf")Accessibility — WCAG contrast
Aa
#f25fdf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25fdf on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green37.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow7.9%
Key (black)5.1%
Color previews
#f25fdf text on a black background
contrast 7.48:1
Card sample
#f25fdf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25fdf;
Background color
Panel with #f25fdf background
background-color: #f25fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25fdf; background: linear-gradient(135deg, #f25fdf, #F25F7D);