#fdbf41
a balanced, electric yellow · warm · closest name: orange
RGB
253, 191, 65
HSL
40°, 98%, 62%
CMYK
0, 25, 74, 1
Luminance
0.5853
Every format
| HEX | #fdbf41 |
| RGB | rgb(253, 191, 65) |
| HSL | hsl(40, 98%, 62%) |
| CMYK | cmyk(0%, 25%, 74%, 1%) |
| LAB | lab(81.0 10.9 68.5) |
| LCH | lch(81.0 69.3 81.0) |
| OKLCH | oklch(0.841 0.152 81.1) |
Copy-ready code
/* CSS */
color: #fdbf41;
background-color: #fdbf41;
/* Tailwind (arbitrary) */
class="text-[#fdbf41] bg-[#fdbf41]"
/* SCSS */
$brand: #fdbf41;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.255)
/* Android */
Color.parseColor("#fdbf41")Accessibility — WCAG contrast
Aa
#fdbf41 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf41 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow74.3%
Key (black)0.8%
Color previews
#fdbf41 text on a black background
contrast 12.71:1
Card sample
#fdbf41 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf41;
Background color
Panel with #fdbf41 background
background-color: #fdbf41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf41; background: linear-gradient(135deg, #fdbf41, #BEFD41);