#f262ab
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 98, 171
HSL
330°, 85%, 67%
CMYK
0, 60, 29, 5
Luminance
0.3055
Every format
| HEX | #f262ab |
| RGB | rgb(242, 98, 171) |
| HSL | hsl(330, 85%, 67%) |
| CMYK | cmyk(0%, 60%, 29%, 5%) |
| LAB | lab(62.1 62.3 -10.7) |
| LCH | lch(62.1 63.3 350.2) |
| OKLCH | oklch(0.699 0.191 351.7) |
Copy-ready code
/* CSS */
color: #f262ab;
background-color: #f262ab;
/* Tailwind (arbitrary) */
class="text-[#f262ab] bg-[#f262ab]"
/* SCSS */
$brand: #f262ab;
/* SwiftUI */
Color(red: 0.949, green: 0.384, blue: 0.671)
/* Android */
Color.parseColor("#f262ab")Accessibility — WCAG contrast
Aa
#f262ab on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f262ab on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green38.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow29.3%
Key (black)5.1%
Color previews
#f262ab text on a black background
contrast 7.11:1
Card sample
#f262ab text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f262ab;
Background color
Panel with #f262ab background
background-color: #f262ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f262ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 98, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 98, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f262ab; background: linear-gradient(135deg, #f262ab, #F27962);