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