#febf39
a balanced, electric yellow · warm · closest name: orange
RGB
254, 191, 57
HSL
41°, 99%, 61%
CMYK
0, 25, 78, 0
Luminance
0.5863
Every format
| HEX | #febf39 |
| RGB | rgb(254, 191, 57) |
| HSL | hsl(41, 99%, 61%) |
| CMYK | cmyk(0%, 25%, 78%, 0%) |
| LAB | lab(81.1 11.0 71.5) |
| LCH | lch(81.1 72.3 81.2) |
| OKLCH | oklch(0.841 0.157 81.6) |
Copy-ready code
/* CSS */
color: #febf39;
background-color: #febf39;
/* Tailwind (arbitrary) */
class="text-[#febf39] bg-[#febf39]"
/* SCSS */
$brand: #febf39;
/* SwiftUI */
Color(red: 0.996, green: 0.749, blue: 0.224)
/* Android */
Color.parseColor("#febf39")Accessibility — WCAG contrast
Aa
#febf39 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febf39 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow77.6%
Key (black)0.4%
Color previews
#febf39 text on a black background
contrast 12.73:1
Card sample
#febf39 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febf39;
Background color
Panel with #febf39 background
background-color: #febf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 191, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 191, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febf39; background: linear-gradient(135deg, #febf39, #BAFE39);