#fd835f
a light, electric red · warm · closest name: coral
RGB
253, 131, 95
HSL
14°, 98%, 68%
CMYK
0, 48, 63, 1
Luminance
0.3794
Every format
| HEX | #fd835f |
| RGB | rgb(253, 131, 95) |
| HSL | hsl(14, 98%, 68%) |
| CMYK | cmyk(0%, 48%, 63%, 1%) |
| LAB | lab(68.0 43.5 40.4) |
| LCH | lch(68.0 59.4 42.9) |
| OKLCH | oklch(0.740 0.157 37.3) |
Copy-ready code
/* CSS */
color: #fd835f;
background-color: #fd835f;
/* Tailwind (arbitrary) */
class="text-[#fd835f] bg-[#fd835f]"
/* SCSS */
$brand: #fd835f;
/* SwiftUI */
Color(red: 0.992, green: 0.514, blue: 0.373)
/* Android */
Color.parseColor("#fd835f")Accessibility — WCAG contrast
Aa
#fd835f on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd835f on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow62.5%
Key (black)0.8%
Color previews
#fd835f text on a black background
contrast 8.59:1
Card sample
#fd835f text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd835f;
Background color
Panel with #fd835f background
background-color: #fd835f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd835f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 131, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 131, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd835f; background: linear-gradient(135deg, #fd835f, #FDEC5F);