#fcd492
a light, electric orange · warm · closest name: khaki
RGB
252, 212, 146
HSL
37°, 95%, 78%
CMYK
0, 16, 42, 1
Luminance
0.6986
Every format
| HEX | #fcd492 |
| RGB | rgb(252, 212, 146) |
| HSL | hsl(37, 95%, 78%) |
| CMYK | cmyk(0%, 16%, 42%, 1%) |
| LAB | lab(86.9 5.5 37.8) |
| LCH | lch(86.9 38.2 81.8) |
| OKLCH | oklch(0.889 0.095 79.6) |
Copy-ready code
/* CSS */
color: #fcd492;
background-color: #fcd492;
/* Tailwind (arbitrary) */
class="text-[#fcd492] bg-[#fcd492]"
/* SCSS */
$brand: #fcd492;
/* SwiftUI */
Color(red: 0.988, green: 0.831, blue: 0.573)
/* Android */
Color.parseColor("#fcd492")Accessibility — WCAG contrast
Aa
#fcd492 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd492 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.1%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow42.1%
Key (black)1.2%
Color previews
#fcd492 text on a black background
contrast 14.97:1
Card sample
#fcd492 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd492;
Background color
Panel with #fcd492 background
background-color: #fcd492;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd492;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 212, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 212, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd492; background: linear-gradient(135deg, #fcd492, #DDFC92);