#fdcbaf
a light, electric orange · warm · closest name: tan
RGB
253, 203, 175
HSL
22°, 95%, 84%
CMYK
0, 20, 31, 1
Luminance
0.6669
Every format
| HEX | #fdcbaf |
| RGB | rgb(253, 203, 175) |
| HSL | hsl(22, 95%, 84%) |
| CMYK | cmyk(0%, 20%, 31%, 1%) |
| LAB | lab(85.3 13.8 20.7) |
| LCH | lch(85.3 24.9 56.2) |
| OKLCH | oklch(0.879 0.068 50.7) |
Copy-ready code
/* CSS */
color: #fdcbaf;
background-color: #fdcbaf;
/* Tailwind (arbitrary) */
class="text-[#fdcbaf] bg-[#fdcbaf]"
/* SCSS */
$brand: #fdcbaf;
/* SwiftUI */
Color(red: 0.992, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#fdcbaf")Accessibility — WCAG contrast
Aa
#fdcbaf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcbaf on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow30.8%
Key (black)0.8%
Color previews
#fdcbaf text on a black background
contrast 14.34:1
Card sample
#fdcbaf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcbaf;
Background color
Panel with #fdcbaf background
background-color: #fdcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcbaf; background: linear-gradient(135deg, #fdcbaf, #FBFDAF);