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