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