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