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