#fe9268
a light, electric orange · warm · closest name: coral
RGB
254, 146, 104
HSL
17°, 99%, 70%
CMYK
0, 43, 59, 0
Luminance
0.4263
Every format
| HEX | #fe9268 |
| RGB | rgb(254, 146, 104) |
| HSL | hsl(17, 99%, 70%) |
| CMYK | cmyk(0%, 43%, 59%, 0%) |
| LAB | lab(71.3 36.9 39.8) |
| LCH | lch(71.3 54.3 47.1) |
| OKLCH | oklch(0.766 0.142 41.7) |
Copy-ready code
/* CSS */
color: #fe9268;
background-color: #fe9268;
/* Tailwind (arbitrary) */
class="text-[#fe9268] bg-[#fe9268]"
/* SCSS */
$brand: #fe9268;
/* SwiftUI */
Color(red: 0.996, green: 0.573, blue: 0.408)
/* Android */
Color.parseColor("#fe9268")Accessibility — WCAG contrast
Aa
#fe9268 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9268 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green57.3%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow59.1%
Key (black)0.4%
Color previews
#fe9268 text on a black background
contrast 9.53:1
Card sample
#fe9268 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9268;
Background color
Panel with #fe9268 background
background-color: #fe9268;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9268;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 146, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 146, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9268; background: linear-gradient(135deg, #fe9268, #FEF668);