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