#fd6b39
a balanced, electric orange · warm · closest name: tomato
RGB
253, 107, 57
HSL
15°, 98%, 61%
CMYK
0, 58, 78, 1
Luminance
0.3169
Every format
| HEX | #fd6b39 |
| RGB | rgb(253, 107, 57) |
| HSL | hsl(15, 98%, 61%) |
| CMYK | cmyk(0%, 58%, 78%, 1%) |
| LAB | lab(63.1 53.1 54.2) |
| LCH | lch(63.1 75.9 45.6) |
| OKLCH | oklch(0.702 0.190 38.6) |
Copy-ready code
/* CSS */
color: #fd6b39;
background-color: #fd6b39;
/* Tailwind (arbitrary) */
class="text-[#fd6b39] bg-[#fd6b39]"
/* SCSS */
$brand: #fd6b39;
/* SwiftUI */
Color(red: 0.992, green: 0.420, blue: 0.224)
/* Android */
Color.parseColor("#fd6b39")Accessibility — WCAG contrast
Aa
#fd6b39 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6b39 on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow77.5%
Key (black)0.8%
Color previews
#fd6b39 text on a black background
contrast 7.34:1
Card sample
#fd6b39 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6b39;
Background color
Panel with #fd6b39 background
background-color: #fd6b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 107, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 107, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6b39; background: linear-gradient(135deg, #fd6b39, #FDEE39);