#fcaf87
a light, electric orange · warm · closest name: tan
RGB
252, 175, 135
HSL
21°, 95%, 76%
CMYK
0, 31, 46, 1
Luminance
0.5310
Every format
| HEX | #fcaf87 |
| RGB | rgb(252, 175, 135) |
| HSL | hsl(21, 95%, 76%) |
| CMYK | cmyk(0%, 31%, 46%, 1%) |
| LAB | lab(77.9 23.6 31.8) |
| LCH | lch(77.9 39.6 53.4) |
| OKLCH | oklch(0.819 0.105 48.2) |
Copy-ready code
/* CSS */
color: #fcaf87;
background-color: #fcaf87;
/* Tailwind (arbitrary) */
class="text-[#fcaf87] bg-[#fcaf87]"
/* SCSS */
$brand: #fcaf87;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.529)
/* Android */
Color.parseColor("#fcaf87")Accessibility — WCAG contrast
Aa
#fcaf87 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf87 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow46.4%
Key (black)1.2%
Color previews
#fcaf87 text on a black background
contrast 11.62:1
Card sample
#fcaf87 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf87;
Background color
Panel with #fcaf87 background
background-color: #fcaf87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf87; background: linear-gradient(135deg, #fcaf87, #FBFC87);