#fe60df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 96, 223
HSL
312°, 99%, 69%
CMYK
0, 62, 12, 0
Luminance
0.3476
Every format
| HEX | #fe60df |
| RGB | rgb(254, 96, 223) |
| HSL | hsl(312, 99%, 69%) |
| CMYK | cmyk(0%, 62%, 12%, 0%) |
| LAB | lab(65.6 73.4 -34.8) |
| LCH | lch(65.6 81.2 334.7) |
| OKLCH | oklch(0.734 0.235 336.3) |
Copy-ready code
/* CSS */
color: #fe60df;
background-color: #fe60df;
/* Tailwind (arbitrary) */
class="text-[#fe60df] bg-[#fe60df]"
/* SCSS */
$brand: #fe60df;
/* SwiftUI */
Color(red: 0.996, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#fe60df")Accessibility — WCAG contrast
Aa
#fe60df on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe60df on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green37.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow12.2%
Key (black)0.4%
Color previews
#fe60df text on a black background
contrast 7.95:1
Card sample
#fe60df text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe60df;
Background color
Panel with #fe60df background
background-color: #fe60df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe60df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe60df; background: linear-gradient(135deg, #fe60df, #FE6075);