#fdb045
a balanced, electric orange · warm · closest name: orange
RGB
253, 176, 69
HSL
35°, 98%, 63%
CMYK
0, 30, 73, 1
Luminance
0.5236
Every format
| HEX | #fdb045 |
| RGB | rgb(253, 176, 69) |
| HSL | hsl(35, 98%, 63%) |
| CMYK | cmyk(0%, 30%, 73%, 1%) |
| LAB | lab(77.5 18.9 63.4) |
| LCH | lch(77.5 66.2 73.4) |
| OKLCH | oklch(0.813 0.148 71.4) |
Copy-ready code
/* CSS */
color: #fdb045;
background-color: #fdb045;
/* Tailwind (arbitrary) */
class="text-[#fdb045] bg-[#fdb045]"
/* SCSS */
$brand: #fdb045;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.271)
/* Android */
Color.parseColor("#fdb045")Accessibility — WCAG contrast
Aa
#fdb045 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb045 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow72.7%
Key (black)0.8%
Color previews
#fdb045 text on a black background
contrast 11.47:1
Card sample
#fdb045 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb045;
Background color
Panel with #fdb045 background
background-color: #fdb045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb045; background: linear-gradient(135deg, #fdb045, #CFFD45);