#febc71
a light, electric orange · warm · closest name: peru
RGB
254, 188, 113
HSL
32°, 99%, 72%
CMYK
0, 26, 56, 0
Luminance
0.5823
Every format
| HEX | #febc71 |
| RGB | rgb(254, 188, 113) |
| HSL | hsl(32, 99%, 72%) |
| CMYK | cmyk(0%, 26%, 56%, 0%) |
| LAB | lab(80.9 15.7 46.9) |
| LCH | lch(80.9 49.4 71.5) |
| OKLCH | oklch(0.841 0.120 68.5) |
Copy-ready code
/* CSS */
color: #febc71;
background-color: #febc71;
/* Tailwind (arbitrary) */
class="text-[#febc71] bg-[#febc71]"
/* SCSS */
$brand: #febc71;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.443)
/* Android */
Color.parseColor("#febc71")Accessibility — WCAG contrast
Aa
#febc71 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febc71 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow55.5%
Key (black)0.4%
Color previews
#febc71 text on a black background
contrast 12.65:1
Card sample
#febc71 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febc71;
Background color
Panel with #febc71 background
background-color: #febc71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febc71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febc71; background: linear-gradient(135deg, #febc71, #E2FE71);