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