#fd7b4f
a light, electric orange · warm · “coral”
RGB
253, 123, 79
HSL
15°, 98%, 65%
CMYK
0, 51, 69, 1
Luminance
0.3561
Every format
| HEX | #fd7b4f |
| RGB | rgb(253, 123, 79) |
| HSL | hsl(15, 98%, 65%) |
| CMYK | cmyk(0%, 51%, 69%, 1%) |
| LAB | lab(66.2 46.5 46.7) |
| LCH | lch(66.2 65.9 45.1) |
| OKLCH | oklch(0.726 0.170 39.0) |
Copy-ready code
/* CSS */
color: #fd7b4f;
background-color: #fd7b4f;
/* Tailwind (arbitrary) */
class="text-[#fd7b4f] bg-[#fd7b4f]"
/* SCSS */
$brand: #fd7b4f;
/* SwiftUI */
Color(red: 0.992, green: 0.482, blue: 0.310)
/* Android */
Color.parseColor("#fd7b4f")Accessibility — WCAG contrast
Aa
#fd7b4f on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7b4f on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green48.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow68.8%
Key (black)0.8%
Color previews
#fd7b4f text on a black background
contrast 8.12:1
Card sample
#fd7b4f text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7b4f;
Background color
Panel with #fd7b4f background
background-color: #fd7b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 123, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 123, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7b4f; background: linear-gradient(135deg, #fd7b4f, #FDEF4F);