#fe6972
a light, electric red · warm · closest name: salmon
RGB
254, 105, 114
HSL
356°, 99%, 70%
CMYK
0, 59, 55, 0
Luminance
0.3239
Every format
| HEX | #fe6972 |
| RGB | rgb(254, 105, 114) |
| HSL | hsl(356, 99%, 70%) |
| CMYK | cmyk(0%, 59%, 55%, 0%) |
| LAB | lab(63.7 57.4 24.4) |
| LCH | lch(63.7 62.4 23.1) |
| OKLCH | oklch(0.709 0.182 19.4) |
Copy-ready code
/* CSS */
color: #fe6972;
background-color: #fe6972;
/* Tailwind (arbitrary) */
class="text-[#fe6972] bg-[#fe6972]"
/* SCSS */
$brand: #fe6972;
/* SwiftUI */
Color(red: 0.996, green: 0.412, blue: 0.447)
/* Android */
Color.parseColor("#fe6972")Accessibility — WCAG contrast
Aa
#fe6972 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe6972 on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green41.2%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow55.1%
Key (black)0.4%
Color previews
#fe6972 text on a black background
contrast 7.48:1
Card sample
#fe6972 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe6972;
Background color
Panel with #fe6972 background
background-color: #fe6972;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe6972;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 105, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 105, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe6972; background: linear-gradient(135deg, #fe6972, #FEC369);