#fddcb0
a light, electric orange · warm · closest name: tan
RGB
253, 220, 176
HSL
34°, 95%, 84%
CMYK
0, 13, 30, 1
Luminance
0.7520
Every format
| HEX | #fddcb0 |
| RGB | rgb(253, 220, 176) |
| HSL | hsl(34, 95%, 84%) |
| CMYK | cmyk(0%, 13%, 30%, 1%) |
| LAB | lab(89.5 5.2 25.9) |
| LCH | lch(89.5 26.4 78.7) |
| OKLCH | oklch(0.911 0.068 74.7) |
Copy-ready code
/* CSS */
color: #fddcb0;
background-color: #fddcb0;
/* Tailwind (arbitrary) */
class="text-[#fddcb0] bg-[#fddcb0]"
/* SCSS */
$brand: #fddcb0;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.690)
/* Android */
Color.parseColor("#fddcb0")Accessibility — WCAG contrast
Aa
#fddcb0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcb0 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow30.4%
Key (black)0.8%
Color previews
#fddcb0 text on a black background
contrast 16.04:1
Card sample
#fddcb0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcb0;
Background color
Panel with #fddcb0 background
background-color: #fddcb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcb0; background: linear-gradient(135deg, #fddcb0, #EBFDB0);