#fcaf92
a light, electric orange · warm · closest name: tan
RGB
252, 175, 146
HSL
16°, 95%, 78%
CMYK
0, 31, 42, 1
Luminance
0.5343
Every format
| HEX | #fcaf92 |
| RGB | rgb(252, 175, 146) |
| HSL | hsl(16, 95%, 78%) |
| CMYK | cmyk(0%, 31%, 42%, 1%) |
| LAB | lab(78.1 24.8 26.2) |
| LCH | lch(78.1 36.0 46.6) |
| OKLCH | oklch(0.821 0.099 41.5) |
Copy-ready code
/* CSS */
color: #fcaf92;
background-color: #fcaf92;
/* Tailwind (arbitrary) */
class="text-[#fcaf92] bg-[#fcaf92]"
/* SCSS */
$brand: #fcaf92;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.573)
/* Android */
Color.parseColor("#fcaf92")Accessibility — WCAG contrast
Aa
#fcaf92 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf92 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow42.1%
Key (black)1.2%
Color previews
#fcaf92 text on a black background
contrast 11.69:1
Card sample
#fcaf92 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf92;
Background color
Panel with #fcaf92 background
background-color: #fcaf92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf92; background: linear-gradient(135deg, #fcaf92, #FCF692);