#f062d2
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 98, 210
HSL
313°, 83%, 66%
CMYK
0, 59, 13, 6
Luminance
0.3191
Every format
| HEX | #f062d2 |
| RGB | rgb(240, 98, 210) |
| HSL | hsl(313, 83%, 66%) |
| CMYK | cmyk(0%, 59%, 13%, 6%) |
| LAB | lab(63.3 67.1 -31.2) |
| LCH | lch(63.3 74.0 335.1) |
| OKLCH | oklch(0.711 0.214 336.7) |
Copy-ready code
/* CSS */
color: #f062d2;
background-color: #f062d2;
/* Tailwind (arbitrary) */
class="text-[#f062d2] bg-[#f062d2]"
/* SCSS */
$brand: #f062d2;
/* SwiftUI */
Color(red: 0.941, green: 0.384, blue: 0.824)
/* Android */
Color.parseColor("#f062d2")Accessibility — WCAG contrast
Aa
#f062d2 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f062d2 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow12.5%
Key (black)5.9%
Color previews
#f062d2 text on a black background
contrast 7.38:1
Card sample
#f062d2 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f062d2;
Background color
Panel with #f062d2 background
background-color: #f062d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f062d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 98, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 98, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f062d2; background: linear-gradient(135deg, #f062d2, #F06273);