#fd855f
a light, electric red · warm · closest name: coral
RGB
253, 133, 95
HSL
14°, 98%, 68%
CMYK
0, 47, 63, 1
Luminance
0.3848
Every format
| HEX | #fd855f |
| RGB | rgb(253, 133, 95) |
| HSL | hsl(14, 98%, 68%) |
| CMYK | cmyk(0%, 47%, 63%, 1%) |
| LAB | lab(68.4 42.5 40.9) |
| LCH | lch(68.4 59.0 43.9) |
| OKLCH | oklch(0.743 0.155 38.2) |
Copy-ready code
/* CSS */
color: #fd855f;
background-color: #fd855f;
/* Tailwind (arbitrary) */
class="text-[#fd855f] bg-[#fd855f]"
/* SCSS */
$brand: #fd855f;
/* SwiftUI */
Color(red: 0.992, green: 0.522, blue: 0.373)
/* Android */
Color.parseColor("#fd855f")Accessibility — WCAG contrast
Aa
#fd855f on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd855f on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow62.5%
Key (black)0.8%
Color previews
#fd855f text on a black background
contrast 8.70:1
Card sample
#fd855f text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd855f;
Background color
Panel with #fd855f background
background-color: #fd855f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd855f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 133, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 133, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd855f; background: linear-gradient(135deg, #fd855f, #FDEE5F);