#fddcbf
a pale, electric orange · warm · closest name: beige
RGB
253, 220, 191
HSL
28°, 94%, 87%
CMYK
0, 13, 25, 1
Luminance
0.7583
Every format
| HEX | #fddcbf |
| RGB | rgb(253, 220, 191) |
| HSL | hsl(28, 94%, 87%) |
| CMYK | cmyk(0%, 13%, 25%, 1%) |
| LAB | lab(89.8 7.1 18.5) |
| LCH | lch(89.8 19.8 68.9) |
| OKLCH | oklch(0.915 0.053 63.4) |
Copy-ready code
/* CSS */
color: #fddcbf;
background-color: #fddcbf;
/* Tailwind (arbitrary) */
class="text-[#fddcbf] bg-[#fddcbf]"
/* SCSS */
$brand: #fddcbf;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#fddcbf")Accessibility — WCAG contrast
Aa
#fddcbf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcbf on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow24.5%
Key (black)0.8%
Color previews
#fddcbf text on a black background
contrast 16.17:1
Card sample
#fddcbf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcbf;
Background color
Panel with #fddcbf background
background-color: #fddcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcbf; background: linear-gradient(135deg, #fddcbf, #F5FDBF);