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