#febc90
a light, electric orange · warm · closest name: tan
RGB
254, 188, 144
HSL
24°, 98%, 78%
CMYK
0, 26, 43, 0
Luminance
0.5905
Every format
| HEX | #febc90 |
| RGB | rgb(254, 188, 144) |
| HSL | hsl(24, 98%, 78%) |
| CMYK | cmyk(0%, 26%, 43%, 0%) |
| LAB | lab(81.3 18.5 31.6) |
| LCH | lch(81.3 36.6 59.6) |
| OKLCH | oklch(0.846 0.096 54.7) |
Copy-ready code
/* CSS */
color: #febc90;
background-color: #febc90;
/* Tailwind (arbitrary) */
class="text-[#febc90] bg-[#febc90]"
/* SCSS */
$brand: #febc90;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.565)
/* Android */
Color.parseColor("#febc90")Accessibility — WCAG contrast
Aa
#febc90 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febc90 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow43.3%
Key (black)0.4%
Color previews
#febc90 text on a black background
contrast 12.81:1
Card sample
#febc90 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febc90;
Background color
Panel with #febc90 background
background-color: #febc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febc90; background: linear-gradient(135deg, #febc90, #F7FE90);