#fcd1af
a light, electric orange · warm · closest name: tan
RGB
252, 209, 175
HSL
27°, 93%, 84%
CMYK
0, 17, 31, 1
Luminance
0.6939
Every format
| HEX | #fcd1af |
| RGB | rgb(252, 209, 175) |
| HSL | hsl(27, 93%, 84%) |
| CMYK | cmyk(0%, 17%, 31%, 1%) |
| LAB | lab(86.7 10.3 22.5) |
| LCH | lch(86.7 24.8 65.4) |
| OKLCH | oklch(0.889 0.066 60.1) |
Copy-ready code
/* CSS */
color: #fcd1af;
background-color: #fcd1af;
/* Tailwind (arbitrary) */
class="text-[#fcd1af] bg-[#fcd1af]"
/* SCSS */
$brand: #fcd1af;
/* SwiftUI */
Color(red: 0.988, green: 0.820, blue: 0.686)
/* Android */
Color.parseColor("#fcd1af")Accessibility — WCAG contrast
Aa
#fcd1af on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd1af on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green82.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow30.6%
Key (black)1.2%
Color previews
#fcd1af text on a black background
contrast 14.88:1
Card sample
#fcd1af text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd1af;
Background color
Panel with #fcd1af background
background-color: #fcd1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 209, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 209, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd1af; background: linear-gradient(135deg, #fcd1af, #F4FCAF);