#fdac44
a balanced, electric orange · warm · closest name: orange
RGB
253, 172, 68
HSL
34°, 98%, 63%
CMYK
0, 32, 73, 1
Luminance
0.5081
Every format
| HEX | #fdac44 |
| RGB | rgb(253, 172, 68) |
| HSL | hsl(34, 98%, 63%) |
| CMYK | cmyk(0%, 32%, 73%, 1%) |
| LAB | lab(76.6 20.9 62.9) |
| LCH | lch(76.6 66.3 71.6) |
| OKLCH | oklch(0.806 0.149 69.1) |
Copy-ready code
/* CSS */
color: #fdac44;
background-color: #fdac44;
/* Tailwind (arbitrary) */
class="text-[#fdac44] bg-[#fdac44]"
/* SCSS */
$brand: #fdac44;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.267)
/* Android */
Color.parseColor("#fdac44")Accessibility — WCAG contrast
Aa
#fdac44 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac44 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow73.1%
Key (black)0.8%
Color previews
#fdac44 text on a black background
contrast 11.16:1
Card sample
#fdac44 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac44;
Background color
Panel with #fdac44 background
background-color: #fdac44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac44; background: linear-gradient(135deg, #fdac44, #D3FD44);