#febda2
a light, electric orange · warm · closest name: tan
RGB
254, 189, 162
HSL
18°, 98%, 82%
CMYK
0, 26, 36, 0
Luminance
0.6007
Every format
| HEX | #febda2 |
| RGB | rgb(254, 189, 162) |
| HSL | hsl(18, 98%, 82%) |
| CMYK | cmyk(0%, 26%, 36%, 0%) |
| LAB | lab(81.9 19.9 22.8) |
| LCH | lch(81.9 30.3 48.8) |
| OKLCH | oklch(0.851 0.084 43.6) |
Copy-ready code
/* CSS */
color: #febda2;
background-color: #febda2;
/* Tailwind (arbitrary) */
class="text-[#febda2] bg-[#febda2]"
/* SCSS */
$brand: #febda2;
/* SwiftUI */
Color(red: 0.996, green: 0.741, blue: 0.635)
/* Android */
Color.parseColor("#febda2")Accessibility — WCAG contrast
Aa
#febda2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febda2 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.1%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow36.2%
Key (black)0.4%
Color previews
#febda2 text on a black background
contrast 13.01:1
Card sample
#febda2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febda2;
Background color
Panel with #febda2 background
background-color: #febda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 189, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 189, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febda2; background: linear-gradient(135deg, #febda2, #FEFAA2);