#fdb71f
a balanced, electric yellow · warm · closest name: orange
RGB
253, 183, 31
HSL
41°, 98%, 56%
CMYK
0, 28, 88, 1
Luminance
0.5485
Every format
| HEX | #fdb71f |
| RGB | rgb(253, 183, 31) |
| HSL | hsl(41, 98%, 56%) |
| CMYK | cmyk(0%, 28%, 88%, 1%) |
| LAB | lab(79.0 14.1 77.1) |
| LCH | lch(79.0 78.4 79.7) |
| OKLCH | oklch(0.824 0.165 79.7) |
Copy-ready code
/* CSS */
color: #fdb71f;
background-color: #fdb71f;
/* Tailwind (arbitrary) */
class="text-[#fdb71f] bg-[#fdb71f]"
/* SCSS */
$brand: #fdb71f;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.122)
/* Android */
Color.parseColor("#fdb71f")Accessibility — WCAG contrast
Aa
#fdb71f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb71f on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow87.7%
Key (black)0.8%
Color previews
#fdb71f text on a black background
contrast 11.97:1
Card sample
#fdb71f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb71f;
Background color
Panel with #fdb71f background
background-color: #fdb71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb71f; background: linear-gradient(135deg, #fdb71f, #AFFD1F);