#f062da
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 98, 218
HSL
309°, 83%, 66%
CMYK
0, 59, 9, 6
Luminance
0.3232
Every format
| HEX | #f062da |
| RGB | rgb(240, 98, 218) |
| HSL | hsl(309, 83%, 66%) |
| CMYK | cmyk(0%, 59%, 9%, 6%) |
| LAB | lab(63.6 68.3 -35.2) |
| LCH | lch(63.6 76.8 332.8) |
| OKLCH | oklch(0.715 0.220 334.1) |
Copy-ready code
/* CSS */
color: #f062da;
background-color: #f062da;
/* Tailwind (arbitrary) */
class="text-[#f062da] bg-[#f062da]"
/* SCSS */
$brand: #f062da;
/* SwiftUI */
Color(red: 0.941, green: 0.384, blue: 0.855)
/* Android */
Color.parseColor("#f062da")Accessibility — WCAG contrast
Aa
#f062da on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f062da on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow9.2%
Key (black)5.9%
Color previews
#f062da text on a black background
contrast 7.46:1
Card sample
#f062da text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f062da;
Background color
Panel with #f062da background
background-color: #f062da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f062da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 98, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 98, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f062da; background: linear-gradient(135deg, #f062da, #F0627B);