#f062cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 98, 205
HSL
315°, 83%, 66%
CMYK
0, 59, 15, 6
Luminance
0.3167
Every format
| HEX | #f062cd |
| RGB | rgb(240, 98, 205) |
| HSL | hsl(315, 83%, 66%) |
| CMYK | cmyk(0%, 59%, 15%, 6%) |
| LAB | lab(63.1 66.3 -28.7) |
| LCH | lch(63.1 72.3 336.6) |
| OKLCH | oklch(0.709 0.210 338.4) |
Copy-ready code
/* CSS */
color: #f062cd;
background-color: #f062cd;
/* Tailwind (arbitrary) */
class="text-[#f062cd] bg-[#f062cd]"
/* SCSS */
$brand: #f062cd;
/* SwiftUI */
Color(red: 0.941, green: 0.384, blue: 0.804)
/* Android */
Color.parseColor("#f062cd")Accessibility — WCAG contrast
Aa
#f062cd on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f062cd on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow14.6%
Key (black)5.9%
Color previews
#f062cd text on a black background
contrast 7.33:1
Card sample
#f062cd text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f062cd;
Background color
Panel with #f062cd background
background-color: #f062cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f062cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 98, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 98, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f062cd; background: linear-gradient(135deg, #f062cd, #F0626E);