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