#f262af
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 98, 175
HSL
328°, 85%, 67%
CMYK
0, 60, 28, 5
Luminance
0.3071
Every format
| HEX | #f262af |
| RGB | rgb(242, 98, 175) |
| HSL | hsl(328, 85%, 67%) |
| CMYK | cmyk(0%, 60%, 28%, 5%) |
| LAB | lab(62.3 62.8 -12.8) |
| LCH | lch(62.3 64.1 348.5) |
| OKLCH | oklch(0.700 0.193 350.1) |
Copy-ready code
/* CSS */
color: #f262af;
background-color: #f262af;
/* Tailwind (arbitrary) */
class="text-[#f262af] bg-[#f262af]"
/* SCSS */
$brand: #f262af;
/* SwiftUI */
Color(red: 0.949, green: 0.384, blue: 0.686)
/* Android */
Color.parseColor("#f262af")Accessibility — WCAG contrast
Aa
#f262af on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f262af on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green38.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow27.7%
Key (black)5.1%
Color previews
#f262af text on a black background
contrast 7.14:1
Card sample
#f262af text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f262af;
Background color
Panel with #f262af background
background-color: #f262af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f262af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 98, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 98, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f262af; background: linear-gradient(135deg, #f262af, #F27562);