#fdbf2c
a balanced, electric yellow · warm · closest name: orange
RGB
253, 191, 44
HSL
42°, 98%, 58%
CMYK
0, 25, 83, 1
Luminance
0.5833
Every format
| HEX | #fdbf2c |
| RGB | rgb(253, 191, 44) |
| HSL | hsl(42, 98%, 58%) |
| CMYK | cmyk(0%, 25%, 83%, 1%) |
| LAB | lab(80.9 10.2 75.4) |
| LCH | lch(80.9 76.1 82.3) |
| OKLCH | oklch(0.839 0.162 83.1) |
Copy-ready code
/* CSS */
color: #fdbf2c;
background-color: #fdbf2c;
/* Tailwind (arbitrary) */
class="text-[#fdbf2c] bg-[#fdbf2c]"
/* SCSS */
$brand: #fdbf2c;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.173)
/* Android */
Color.parseColor("#fdbf2c")Accessibility — WCAG contrast
Aa
#fdbf2c on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf2c on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow82.6%
Key (black)0.8%
Color previews
#fdbf2c text on a black background
contrast 12.67:1
Card sample
#fdbf2c text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf2c;
Background color
Panel with #fdbf2c background
background-color: #fdbf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf2c; background: linear-gradient(135deg, #fdbf2c, #B0FD2C);