#f062ab
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 98, 171
HSL
329°, 83%, 66%
CMYK
0, 59, 29, 6
Luminance
0.3020
Every format
| HEX | #f062ab |
| RGB | rgb(240, 98, 171) |
| HSL | hsl(329, 83%, 66%) |
| CMYK | cmyk(0%, 59%, 29%, 6%) |
| LAB | lab(61.8 61.7 -11.2) |
| LCH | lch(61.8 62.8 349.7) |
| OKLCH | oklch(0.696 0.190 351.2) |
Copy-ready code
/* CSS */
color: #f062ab;
background-color: #f062ab;
/* Tailwind (arbitrary) */
class="text-[#f062ab] bg-[#f062ab]"
/* SCSS */
$brand: #f062ab;
/* SwiftUI */
Color(red: 0.941, green: 0.384, blue: 0.671)
/* Android */
Color.parseColor("#f062ab")Accessibility — WCAG contrast
Aa
#f062ab on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f062ab on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow28.8%
Key (black)5.9%
Color previews
#f062ab text on a black background
contrast 7.04:1
Card sample
#f062ab text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f062ab;
Background color
Panel with #f062ab background
background-color: #f062ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f062ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 98, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 98, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f062ab; background: linear-gradient(135deg, #f062ab, #F07862);