#fea592
a light, electric red · warm · closest name: salmon
RGB
254, 165, 146
HSL
11°, 98%, 78%
CMYK
0, 35, 43, 0
Luminance
0.5006
Every format
| HEX | #fea592 |
| RGB | rgb(254, 165, 146) |
| HSL | hsl(11, 98%, 78%) |
| CMYK | cmyk(0%, 35%, 43%, 0%) |
| LAB | lab(76.1 30.8 23.5) |
| LCH | lch(76.1 38.7 37.4) |
| OKLCH | oklch(0.806 0.110 32.7) |
Copy-ready code
/* CSS */
color: #fea592;
background-color: #fea592;
/* Tailwind (arbitrary) */
class="text-[#fea592] bg-[#fea592]"
/* SCSS */
$brand: #fea592;
/* SwiftUI */
Color(red: 0.996, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#fea592")Accessibility — WCAG contrast
Aa
#fea592 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea592 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow42.5%
Key (black)0.4%
Color previews
#fea592 text on a black background
contrast 11.01:1
Card sample
#fea592 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea592;
Background color
Panel with #fea592 background
background-color: #fea592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea592; background: linear-gradient(135deg, #fea592, #FEED92);