#fdcd94
a light, electric orange · warm · closest name: tan
RGB
253, 205, 148
HSL
33°, 96%, 79%
CMYK
0, 19, 42, 1
Luminance
0.6668
Every format
| HEX | #fdcd94 |
| RGB | rgb(253, 205, 148) |
| HSL | hsl(33, 96%, 79%) |
| CMYK | cmyk(0%, 19%, 42%, 1%) |
| LAB | lab(85.3 9.7 34.8) |
| LCH | lch(85.3 36.1 74.5) |
| OKLCH | oklch(0.877 0.091 71.0) |
Copy-ready code
/* CSS */
color: #fdcd94;
background-color: #fdcd94;
/* Tailwind (arbitrary) */
class="text-[#fdcd94] bg-[#fdcd94]"
/* SCSS */
$brand: #fdcd94;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.580)
/* Android */
Color.parseColor("#fdcd94")Accessibility — WCAG contrast
Aa
#fdcd94 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd94 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow41.5%
Key (black)0.8%
Color previews
#fdcd94 text on a black background
contrast 14.34:1
Card sample
#fdcd94 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd94;
Background color
Panel with #fdcd94 background
background-color: #fdcd94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd94; background: linear-gradient(135deg, #fdcd94, #E7FD94);