#fe4875
a balanced, electric red · warm · closest name: crimson
RGB
254, 72, 117
HSL
345°, 99%, 64%
CMYK
0, 72, 54, 0
Luminance
0.2699
Every format
| HEX | #fe4875 |
| RGB | rgb(254, 72, 117) |
| HSL | hsl(345, 99%, 64%) |
| CMYK | cmyk(0%, 72%, 54%, 0%) |
| LAB | lab(59.0 70.6 16.4) |
| LCH | lch(59.0 72.4 13.0) |
| OKLCH | oklch(0.674 0.218 10.9) |
Copy-ready code
/* CSS */
color: #fe4875;
background-color: #fe4875;
/* Tailwind (arbitrary) */
class="text-[#fe4875] bg-[#fe4875]"
/* SCSS */
$brand: #fe4875;
/* SwiftUI */
Color(red: 0.996, green: 0.282, blue: 0.459)
/* Android */
Color.parseColor("#fe4875")Accessibility — WCAG contrast
Aa
#fe4875 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe4875 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green28.2%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow53.9%
Key (black)0.4%
Color previews
#fe4875 text on a black background
contrast 6.40:1
Card sample
#fe4875 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4875;
Background color
Panel with #fe4875 background
background-color: #fe4875;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4875;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 72, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 72, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4875; background: linear-gradient(135deg, #fe4875, #FE9448);