#fd7f4b
a balanced, electric orange · warm · “coral”
RGB
253, 127, 75
HSL
18°, 98%, 64%
CMYK
0, 50, 70, 1
Luminance
0.3657
Every format
| HEX | #fd7f4b |
| RGB | rgb(253, 127, 75) |
| HSL | hsl(18, 98%, 64%) |
| CMYK | cmyk(0%, 50%, 70%, 1%) |
| LAB | lab(67.0 44.4 49.6) |
| LCH | lch(67.0 66.5 48.2) |
| OKLCH | oklch(0.732 0.168 42.0) |
Copy-ready code
/* CSS */
color: #fd7f4b;
background-color: #fd7f4b;
/* Tailwind (arbitrary) */
class="text-[#fd7f4b] bg-[#fd7f4b]"
/* SCSS */
$brand: #fd7f4b;
/* SwiftUI */
Color(red: 0.992, green: 0.498, blue: 0.294)
/* Android */
Color.parseColor("#fd7f4b")Accessibility — WCAG contrast
Aa
#fd7f4b on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7f4b on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow70.4%
Key (black)0.8%
Color previews
#fd7f4b text on a black background
contrast 8.31:1
Card sample
#fd7f4b text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7f4b;
Background color
Panel with #fd7f4b background
background-color: #fd7f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 127, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 127, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7f4b; background: linear-gradient(135deg, #fd7f4b, #FDF64B);