#fda91f
a balanced, electric orange · warm · closest name: orange
RGB
253, 169, 31
HSL
37°, 98%, 56%
CMYK
0, 33, 88, 1
Luminance
0.4936
Every format
| HEX | #fda91f |
| RGB | rgb(253, 169, 31) |
| HSL | hsl(37, 98%, 56%) |
| CMYK | cmyk(0%, 33%, 88%, 1%) |
| LAB | lab(75.7 21.4 74.5) |
| LCH | lch(75.7 77.5 74.0) |
| OKLCH | oklch(0.798 0.164 72.0) |
Copy-ready code
/* CSS */
color: #fda91f;
background-color: #fda91f;
/* Tailwind (arbitrary) */
class="text-[#fda91f] bg-[#fda91f]"
/* SCSS */
$brand: #fda91f;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 0.122)
/* Android */
Color.parseColor("#fda91f")Accessibility — WCAG contrast
Aa
#fda91f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda91f on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow87.7%
Key (black)0.8%
Color previews
#fda91f text on a black background
contrast 10.87:1
Card sample
#fda91f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda91f;
Background color
Panel with #fda91f background
background-color: #fda91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda91f; background: linear-gradient(135deg, #fda91f, #BDFD1F);