#fd855b
a light, electric orange · warm · closest name: coral
RGB
253, 133, 91
HSL
16°, 98%, 68%
CMYK
0, 47, 64, 1
Luminance
0.3841
Every format
| HEX | #fd855b |
| RGB | rgb(253, 133, 91) |
| HSL | hsl(16, 98%, 68%) |
| CMYK | cmyk(0%, 47%, 64%, 1%) |
| LAB | lab(68.3 42.3 42.9) |
| LCH | lch(68.3 60.2 45.5) |
| OKLCH | oklch(0.743 0.157 39.7) |
Copy-ready code
/* CSS */
color: #fd855b;
background-color: #fd855b;
/* Tailwind (arbitrary) */
class="text-[#fd855b] bg-[#fd855b]"
/* SCSS */
$brand: #fd855b;
/* SwiftUI */
Color(red: 0.992, green: 0.522, blue: 0.357)
/* Android */
Color.parseColor("#fd855b")Accessibility — WCAG contrast
Aa
#fd855b on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd855b on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.2%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow64.0%
Key (black)0.8%
Color previews
#fd855b text on a black background
contrast 8.68:1
Card sample
#fd855b text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd855b;
Background color
Panel with #fd855b background
background-color: #fd855b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd855b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 133, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 133, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd855b; background: linear-gradient(135deg, #fd855b, #FDF15B);