#f462df
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 98, 223
HSL
309°, 87%, 67%
CMYK
0, 60, 9, 4
Luminance
0.3330
Every format
| HEX | #f462df |
| RGB | rgb(244, 98, 223) |
| HSL | hsl(309, 87%, 67%) |
| CMYK | cmyk(0%, 60%, 9%, 4%) |
| LAB | lab(64.4 70.1 -36.7) |
| LCH | lch(64.4 79.1 332.4) |
| OKLCH | oklch(0.722 0.226 333.7) |
Copy-ready code
/* CSS */
color: #f462df;
background-color: #f462df;
/* Tailwind (arbitrary) */
class="text-[#f462df] bg-[#f462df]"
/* SCSS */
$brand: #f462df;
/* SwiftUI */
Color(red: 0.957, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#f462df")Accessibility — WCAG contrast
Aa
#f462df on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f462df on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green38.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow8.6%
Key (black)4.3%
Color previews
#f462df text on a black background
contrast 7.66:1
Card sample
#f462df text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f462df;
Background color
Panel with #f462df background
background-color: #f462df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f462df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f462df; background: linear-gradient(135deg, #f462df, #F4627E);