#fda340
a balanced, electric orange · warm · closest name: orange
RGB
253, 163, 64
HSL
31°, 98%, 62%
CMYK
0, 36, 75, 1
Luminance
0.4745
Every format
| HEX | #fda340 |
| RGB | rgb(253, 163, 64) |
| HSL | hsl(31, 98%, 62%) |
| CMYK | cmyk(0%, 36%, 75%, 1%) |
| LAB | lab(74.5 25.5 62.5) |
| LCH | lch(74.5 67.5 67.8) |
| OKLCH | oklch(0.789 0.153 64.3) |
Copy-ready code
/* CSS */
color: #fda340;
background-color: #fda340;
/* Tailwind (arbitrary) */
class="text-[#fda340] bg-[#fda340]"
/* SCSS */
$brand: #fda340;
/* SwiftUI */
Color(red: 0.992, green: 0.639, blue: 0.251)
/* Android */
Color.parseColor("#fda340")Accessibility — WCAG contrast
Aa
#fda340 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda340 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.9%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow74.7%
Key (black)0.8%
Color previews
#fda340 text on a black background
contrast 10.49:1
Card sample
#fda340 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda340;
Background color
Panel with #fda340 background
background-color: #fda340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 163, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 163, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda340; background: linear-gradient(135deg, #fda340, #D9FD40);