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