#fddbc9
a pale, electric orange · warm · closest name: beige
RGB
253, 219, 201
HSL
21°, 93%, 89%
CMYK
0, 13, 21, 1
Luminance
0.7576
Every format
| HEX | #fddbc9 |
| RGB | rgb(253, 219, 201) |
| HSL | hsl(21, 93%, 89%) |
| CMYK | cmyk(0%, 13%, 21%, 1%) |
| LAB | lab(89.8 9.0 13.2) |
| LCH | lch(89.8 16.0 55.6) |
| OKLCH | oklch(0.915 0.045 49.6) |
Copy-ready code
/* CSS */
color: #fddbc9;
background-color: #fddbc9;
/* Tailwind (arbitrary) */
class="text-[#fddbc9] bg-[#fddbc9]"
/* SCSS */
$brand: #fddbc9;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#fddbc9")Accessibility — WCAG contrast
Aa
#fddbc9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddbc9 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow20.6%
Key (black)0.8%
Color previews
#fddbc9 text on a black background
contrast 16.15:1
Card sample
#fddbc9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddbc9;
Background color
Panel with #fddbc9 background
background-color: #fddbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddbc9; background: linear-gradient(135deg, #fddbc9, #FCFDC9);