#feb921
a balanced, electric yellow · warm · closest name: orange
RGB
254, 185, 33
HSL
41°, 99%, 56%
CMYK
0, 27, 87, 0
Luminance
0.5588
Every format
| HEX | #feb921 |
| RGB | rgb(254, 185, 33) |
| HSL | hsl(41, 99%, 56%) |
| CMYK | cmyk(0%, 27%, 87%, 0%) |
| LAB | lab(79.5 13.5 77.2) |
| LCH | lch(79.5 78.3 80.1) |
| OKLCH | oklch(0.829 0.165 80.2) |
Copy-ready code
/* CSS */
color: #feb921;
background-color: #feb921;
/* Tailwind (arbitrary) */
class="text-[#feb921] bg-[#feb921]"
/* SCSS */
$brand: #feb921;
/* SwiftUI */
Color(red: 0.996, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#feb921")Accessibility — WCAG contrast
Aa
#feb921 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb921 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow87.0%
Key (black)0.4%
Color previews
#feb921 text on a black background
contrast 12.18:1
Card sample
#feb921 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb921;
Background color
Panel with #feb921 background
background-color: #feb921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb921; background: linear-gradient(135deg, #feb921, #B0FE21);