#fe9155
a light, electric orange · warm · closest name: coral
RGB
254, 145, 85
HSL
21°, 99%, 67%
CMYK
0, 43, 67, 0
Luminance
0.4198
Every format
| HEX | #fe9155 |
| RGB | rgb(254, 145, 85) |
| HSL | hsl(21, 99%, 67%) |
| CMYK | cmyk(0%, 43%, 67%, 0%) |
| LAB | lab(70.9 36.2 49.0) |
| LCH | lch(70.9 60.9 53.5) |
| OKLCH | oklch(0.762 0.151 48.0) |
Copy-ready code
/* CSS */
color: #fe9155;
background-color: #fe9155;
/* Tailwind (arbitrary) */
class="text-[#fe9155] bg-[#fe9155]"
/* SCSS */
$brand: #fe9155;
/* SwiftUI */
Color(red: 0.996, green: 0.569, blue: 0.333)
/* Android */
Color.parseColor("#fe9155")Accessibility — WCAG contrast
Aa
#fe9155 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9155 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green56.9%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow66.5%
Key (black)0.4%
Color previews
#fe9155 text on a black background
contrast 9.40:1
Card sample
#fe9155 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9155;
Background color
Panel with #fe9155 background
background-color: #fe9155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 145, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 145, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9155; background: linear-gradient(135deg, #fe9155, #FAFE55);