#fcd092
a light, electric orange · warm · closest name: tan
RGB
252, 208, 146
HSL
35°, 95%, 78%
CMYK
0, 18, 42, 1
Luminance
0.6788
Every format
| HEX | #fcd092 |
| RGB | rgb(252, 208, 146) |
| HSL | hsl(35, 95%, 78%) |
| CMYK | cmyk(0%, 18%, 42%, 1%) |
| LAB | lab(86.0 7.5 36.6) |
| LCH | lch(86.0 37.3 78.4) |
| OKLCH | oklch(0.882 0.093 75.6) |
Copy-ready code
/* CSS */
color: #fcd092;
background-color: #fcd092;
/* Tailwind (arbitrary) */
class="text-[#fcd092] bg-[#fcd092]"
/* SCSS */
$brand: #fcd092;
/* SwiftUI */
Color(red: 0.988, green: 0.816, blue: 0.573)
/* Android */
Color.parseColor("#fcd092")Accessibility — WCAG contrast
Aa
#fcd092 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd092 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow42.1%
Key (black)1.2%
Color previews
#fcd092 text on a black background
contrast 14.58:1
Card sample
#fcd092 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd092;
Background color
Panel with #fcd092 background
background-color: #fcd092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 208, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 208, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd092; background: linear-gradient(135deg, #fcd092, #E1FC92);