#f250fe
a light, electric magenta / pink · warm · closest name: magenta
RGB
242, 80, 254
HSL
296°, 99%, 66%
CMYK
5, 69, 0, 0
Luminance
0.3177
Every format
| HEX | #f250fe |
| RGB | rgb(242, 80, 254) |
| HSL | hsl(296, 99%, 66%) |
| CMYK | cmyk(5%, 69%, 0%, 0%) |
| LAB | lab(63.2 81.4 -55.9) |
| LCH | lch(63.2 98.7 325.5) |
| OKLCH | oklch(0.718 0.271 325.0) |
Copy-ready code
/* CSS */
color: #f250fe;
background-color: #f250fe;
/* Tailwind (arbitrary) */
class="text-[#f250fe] bg-[#f250fe]"
/* SCSS */
$brand: #f250fe;
/* SwiftUI */
Color(red: 0.949, green: 0.314, blue: 0.996)
/* Android */
Color.parseColor("#f250fe")Accessibility — WCAG contrast
Aa
#f250fe on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f250fe on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green31.4%
Blue99.6%
CMYK percentages
Cyan4.7%
Magenta68.5%
Yellow0.0%
Key (black)0.4%
Color previews
#f250fe text on a black background
contrast 7.35:1
Card sample
#f250fe text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f250fe;
Background color
Panel with #f250fe background
background-color: #f250fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f250fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 80, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 80, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f250fe; background: linear-gradient(135deg, #f250fe, #FE5096);