#fc855f
a light, electric red · warm · closest name: coral
RGB
252, 133, 95
HSL
15°, 96%, 68%
CMYK
0, 47, 62, 1
Luminance
0.3830
Every format
| HEX | #fc855f |
| RGB | rgb(252, 133, 95) |
| HSL | hsl(15, 96%, 68%) |
| CMYK | cmyk(0%, 47%, 62%, 1%) |
| LAB | lab(68.2 42.1 40.7) |
| LCH | lch(68.2 58.6 44.0) |
| OKLCH | oklch(0.742 0.154 38.4) |
Copy-ready code
/* CSS */
color: #fc855f;
background-color: #fc855f;
/* Tailwind (arbitrary) */
class="text-[#fc855f] bg-[#fc855f]"
/* SCSS */
$brand: #fc855f;
/* SwiftUI */
Color(red: 0.988, green: 0.522, blue: 0.373)
/* Android */
Color.parseColor("#fc855f")Accessibility — WCAG contrast
Aa
#fc855f on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc855f on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green52.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow62.3%
Key (black)1.2%
Color previews
#fc855f text on a black background
contrast 8.66:1
Card sample
#fc855f text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc855f;
Background color
Panel with #fc855f background
background-color: #fc855f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc855f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 133, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 133, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc855f; background: linear-gradient(135deg, #fc855f, #FCEE5F);