#f062c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 98, 194
HSL
319°, 83%, 66%
CMYK
0, 59, 19, 6
Luminance
0.3116
Every format
| HEX | #f062c2 |
| RGB | rgb(240, 98, 194) |
| HSL | hsl(319, 83%, 66%) |
| CMYK | cmyk(0%, 59%, 19%, 6%) |
| LAB | lab(62.6 64.8 -23.1) |
| LCH | lch(62.6 68.8 340.4) |
| OKLCH | oklch(0.705 0.203 342.3) |
Copy-ready code
/* CSS */
color: #f062c2;
background-color: #f062c2;
/* Tailwind (arbitrary) */
class="text-[#f062c2] bg-[#f062c2]"
/* SCSS */
$brand: #f062c2;
/* SwiftUI */
Color(red: 0.941, green: 0.384, blue: 0.761)
/* Android */
Color.parseColor("#f062c2")Accessibility — WCAG contrast
Aa
#f062c2 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f062c2 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow19.2%
Key (black)5.9%
Color previews
#f062c2 text on a black background
contrast 7.23:1
Card sample
#f062c2 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f062c2;
Background color
Panel with #f062c2 background
background-color: #f062c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f062c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 98, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 98, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f062c2; background: linear-gradient(135deg, #f062c2, #F06264);