#fdce90
a light, electric orange · warm · closest name: tan
RGB
253, 206, 144
HSL
34°, 97%, 78%
CMYK
0, 19, 43, 1
Luminance
0.6704
Every format
| HEX | #fdce90 |
| RGB | rgb(253, 206, 144) |
| HSL | hsl(34, 97%, 78%) |
| CMYK | cmyk(0%, 19%, 43%, 1%) |
| LAB | lab(85.5 8.7 37.1) |
| LCH | lch(85.5 38.1 76.7) |
| OKLCH | oklch(0.878 0.095 73.8) |
Copy-ready code
/* CSS */
color: #fdce90;
background-color: #fdce90;
/* Tailwind (arbitrary) */
class="text-[#fdce90] bg-[#fdce90]"
/* SCSS */
$brand: #fdce90;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.565)
/* Android */
Color.parseColor("#fdce90")Accessibility — WCAG contrast
Aa
#fdce90 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce90 on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow43.1%
Key (black)0.8%
Color previews
#fdce90 text on a black background
contrast 14.41:1
Card sample
#fdce90 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce90;
Background color
Panel with #fdce90 background
background-color: #fdce90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce90; background: linear-gradient(135deg, #fdce90, #E3FD90);