#fdccaa
a light, electric orange · warm · closest name: tan
RGB
253, 204, 170
HSL
25°, 95%, 83%
CMYK
0, 19, 33, 1
Luminance
0.6697
Every format
| HEX | #fdccaa |
| RGB | rgb(253, 204, 170) |
| HSL | hsl(25, 95%, 83%) |
| CMYK | cmyk(0%, 19%, 33%, 1%) |
| LAB | lab(85.5 12.7 23.5) |
| LCH | lch(85.5 26.7 61.7) |
| OKLCH | oklch(0.880 0.072 56.4) |
Copy-ready code
/* CSS */
color: #fdccaa;
background-color: #fdccaa;
/* Tailwind (arbitrary) */
class="text-[#fdccaa] bg-[#fdccaa]"
/* SCSS */
$brand: #fdccaa;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#fdccaa")Accessibility — WCAG contrast
Aa
#fdccaa on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdccaa on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow32.8%
Key (black)0.8%
Color previews
#fdccaa text on a black background
contrast 14.39:1
Card sample
#fdccaa text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdccaa;
Background color
Panel with #fdccaa background
background-color: #fdccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdccaa; background: linear-gradient(135deg, #fdccaa, #F7FDAA);