#fd641f
a balanced, electric orange · warm · closest name: tomato
RGB
253, 100, 31
HSL
19°, 98%, 56%
CMYK
0, 61, 88, 1
Luminance
0.3010
Every format
| HEX | #fd641f |
| RGB | rgb(253, 100, 31) |
| HSL | hsl(19, 98%, 56%) |
| CMYK | cmyk(0%, 61%, 88%, 1%) |
| LAB | lab(61.7 55.5 63.8) |
| LCH | lch(61.7 84.6 49.0) |
| OKLCH | oklch(0.691 0.201 40.8) |
Copy-ready code
/* CSS */
color: #fd641f;
background-color: #fd641f;
/* Tailwind (arbitrary) */
class="text-[#fd641f] bg-[#fd641f]"
/* SCSS */
$brand: #fd641f;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.122)
/* Android */
Color.parseColor("#fd641f")Accessibility — WCAG contrast
Aa
#fd641f on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd641f on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow87.7%
Key (black)0.8%
Color previews
#fd641f text on a black background
contrast 7.02:1
Card sample
#fd641f text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd641f;
Background color
Panel with #fd641f background
background-color: #fd641f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd641f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd641f; background: linear-gradient(135deg, #fd641f, #FDF81F);