#fdbb4c
a balanced, electric orange · warm · closest name: orange
RGB
253, 187, 76
HSL
38°, 98%, 65%
CMYK
0, 26, 70, 1
Luminance
0.5695
Every format
| HEX | #fdbb4c |
| RGB | rgb(253, 187, 76) |
| HSL | hsl(38, 98%, 65%) |
| CMYK | cmyk(0%, 26%, 70%, 1%) |
| LAB | lab(80.2 13.5 63.2) |
| LCH | lch(80.2 64.6 78.0) |
| OKLCH | oklch(0.834 0.145 77.1) |
Copy-ready code
/* CSS */
color: #fdbb4c;
background-color: #fdbb4c;
/* Tailwind (arbitrary) */
class="text-[#fdbb4c] bg-[#fdbb4c]"
/* SCSS */
$brand: #fdbb4c;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.298)
/* Android */
Color.parseColor("#fdbb4c")Accessibility — WCAG contrast
Aa
#fdbb4c on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb4c on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow70.0%
Key (black)0.8%
Color previews
#fdbb4c text on a black background
contrast 12.39:1
Card sample
#fdbb4c text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb4c;
Background color
Panel with #fdbb4c background
background-color: #fdbb4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb4c; background: linear-gradient(135deg, #fdbb4c, #C9FD4C);