#f262cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 98, 207
HSL
315°, 85%, 67%
CMYK
0, 60, 15, 5
Luminance
0.3212
Every format
| HEX | #f262cf |
| RGB | rgb(242, 98, 207) |
| HSL | hsl(315, 85%, 67%) |
| CMYK | cmyk(0%, 60%, 15%, 5%) |
| LAB | lab(63.4 67.2 -29.2) |
| LCH | lch(63.4 73.2 336.5) |
| OKLCH | oklch(0.713 0.213 338.3) |
Copy-ready code
/* CSS */
color: #f262cf;
background-color: #f262cf;
/* Tailwind (arbitrary) */
class="text-[#f262cf] bg-[#f262cf]"
/* SCSS */
$brand: #f262cf;
/* SwiftUI */
Color(red: 0.949, green: 0.384, blue: 0.812)
/* Android */
Color.parseColor("#f262cf")Accessibility — WCAG contrast
Aa
#f262cf on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f262cf on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green38.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow14.5%
Key (black)5.1%
Color previews
#f262cf text on a black background
contrast 7.42:1
Card sample
#f262cf text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f262cf;
Background color
Panel with #f262cf background
background-color: #f262cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f262cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 98, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 98, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f262cf; background: linear-gradient(135deg, #f262cf, #F2626F);