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