#fdbb0c
a balanced, electric yellow · warm · closest name: orange
RGB
253, 187, 12
HSL
44°, 98%, 52%
CMYK
0, 26, 95, 1
Luminance
0.5645
Every format
| HEX | #fdbb0c |
| RGB | rgb(253, 187, 12) |
| HSL | hsl(44, 98%, 52%) |
| CMYK | cmyk(0%, 26%, 95%, 1%) |
| LAB | lab(79.9 11.7 80.9) |
| LCH | lch(79.9 81.8 81.8) |
| OKLCH | oklch(0.831 0.169 82.5) |
Copy-ready code
/* CSS */
color: #fdbb0c;
background-color: #fdbb0c;
/* Tailwind (arbitrary) */
class="text-[#fdbb0c] bg-[#fdbb0c]"
/* SCSS */
$brand: #fdbb0c;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.047)
/* Android */
Color.parseColor("#fdbb0c")Accessibility — WCAG contrast
Aa
#fdbb0c on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb0c on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow95.3%
Key (black)0.8%
Color previews
#fdbb0c text on a black background
contrast 12.29:1
Card sample
#fdbb0c text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb0c;
Background color
Panel with #fdbb0c background
background-color: #fdbb0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb0c; background: linear-gradient(135deg, #fdbb0c, #9EFD0C);