#fda739
a balanced, electric orange · warm · closest name: orange
RGB
253, 167, 57
HSL
34°, 98%, 61%
CMYK
0, 34, 78, 1
Luminance
0.4882
Every format
| HEX | #fda739 |
| RGB | rgb(253, 167, 57) |
| HSL | hsl(34, 98%, 61%) |
| CMYK | cmyk(0%, 34%, 78%, 1%) |
| LAB | lab(75.3 23.1 66.1) |
| LCH | lch(75.3 70.0 70.7) |
| OKLCH | oklch(0.796 0.155 67.9) |
Copy-ready code
/* CSS */
color: #fda739;
background-color: #fda739;
/* Tailwind (arbitrary) */
class="text-[#fda739] bg-[#fda739]"
/* SCSS */
$brand: #fda739;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.224)
/* Android */
Color.parseColor("#fda739")Accessibility — WCAG contrast
Aa
#fda739 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda739 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow77.5%
Key (black)0.8%
Color previews
#fda739 text on a black background
contrast 10.76:1
Card sample
#fda739 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda739;
Background color
Panel with #fda739 background
background-color: #fda739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 167, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda739; background: linear-gradient(135deg, #fda739, #D0FD39);