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