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