#fdcf9b
a light, electric orange · warm · closest name: tan
RGB
253, 207, 155
HSL
32°, 96%, 80%
CMYK
0, 18, 39, 1
Luminance
0.6787
Every format
| HEX | #fdcf9b |
| RGB | rgb(253, 207, 155) |
| HSL | hsl(32, 96%, 80%) |
| CMYK | cmyk(0%, 18%, 39%, 1%) |
| LAB | lab(86.0 9.4 31.9) |
| LCH | lch(86.0 33.3 73.6) |
| OKLCH | oklch(0.882 0.085 69.8) |
Copy-ready code
/* CSS */
color: #fdcf9b;
background-color: #fdcf9b;
/* Tailwind (arbitrary) */
class="text-[#fdcf9b] bg-[#fdcf9b]"
/* SCSS */
$brand: #fdcf9b;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#fdcf9b")Accessibility — WCAG contrast
Aa
#fdcf9b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcf9b on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow38.7%
Key (black)0.8%
Color previews
#fdcf9b text on a black background
contrast 14.57:1
Card sample
#fdcf9b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcf9b;
Background color
Panel with #fdcf9b background
background-color: #fdcf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcf9b; background: linear-gradient(135deg, #fdcf9b, #EAFD9B);