#febf2f
a balanced, electric yellow · warm · closest name: orange
RGB
254, 191, 47
HSL
42°, 99%, 59%
CMYK
0, 25, 82, 0
Luminance
0.5854
Every format
| HEX | #febf2f |
| RGB | rgb(254, 191, 47) |
| HSL | hsl(42, 99%, 59%) |
| CMYK | cmyk(0%, 25%, 82%, 0%) |
| LAB | lab(81.0 10.7 74.7) |
| LCH | lch(81.0 75.4 81.8) |
| OKLCH | oklch(0.841 0.162 82.5) |
Copy-ready code
/* CSS */
color: #febf2f;
background-color: #febf2f;
/* Tailwind (arbitrary) */
class="text-[#febf2f] bg-[#febf2f]"
/* SCSS */
$brand: #febf2f;
/* SwiftUI */
Color(red: 0.996, green: 0.749, blue: 0.184)
/* Android */
Color.parseColor("#febf2f")Accessibility — WCAG contrast
Aa
#febf2f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febf2f on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow81.5%
Key (black)0.4%
Color previews
#febf2f text on a black background
contrast 12.71:1
Card sample
#febf2f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febf2f;
Background color
Panel with #febf2f background
background-color: #febf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 191, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 191, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febf2f; background: linear-gradient(135deg, #febf2f, #B3FE2F);