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