#fddcac
a light, electric orange · warm · closest name: tan
RGB
253, 220, 172
HSL
36°, 95%, 83%
CMYK
0, 13, 32, 1
Luminance
0.7505
Every format
| HEX | #fddcac |
| RGB | rgb(253, 220, 172) |
| HSL | hsl(36, 95%, 83%) |
| CMYK | cmyk(0%, 13%, 32%, 1%) |
| LAB | lab(89.4 4.7 27.8) |
| LCH | lch(89.4 28.2 80.5) |
| OKLCH | oklch(0.911 0.072 76.9) |
Copy-ready code
/* CSS */
color: #fddcac;
background-color: #fddcac;
/* Tailwind (arbitrary) */
class="text-[#fddcac] bg-[#fddcac]"
/* SCSS */
$brand: #fddcac;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.675)
/* Android */
Color.parseColor("#fddcac")Accessibility — WCAG contrast
Aa
#fddcac on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcac on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow32.0%
Key (black)0.8%
Color previews
#fddcac text on a black background
contrast 16.01:1
Card sample
#fddcac text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcac;
Background color
Panel with #fddcac background
background-color: #fddcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcac; background: linear-gradient(135deg, #fddcac, #E8FDAC);