#fddabc
a pale, electric orange · warm · closest name: tan
RGB
253, 218, 188
HSL
28°, 94%, 87%
CMYK
0, 14, 26, 1
Luminance
0.7466
Every format
| HEX | #fddabc |
| RGB | rgb(253, 218, 188) |
| HSL | hsl(28, 94%, 87%) |
| CMYK | cmyk(0%, 14%, 26%, 1%) |
| LAB | lab(89.2 7.7 19.3) |
| LCH | lch(89.2 20.8 68.1) |
| OKLCH | oklch(0.910 0.056 62.6) |
Copy-ready code
/* CSS */
color: #fddabc;
background-color: #fddabc;
/* Tailwind (arbitrary) */
class="text-[#fddabc] bg-[#fddabc]"
/* SCSS */
$brand: #fddabc;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.737)
/* Android */
Color.parseColor("#fddabc")Accessibility — WCAG contrast
Aa
#fddabc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddabc on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow25.7%
Key (black)0.8%
Color previews
#fddabc text on a black background
contrast 15.93:1
Card sample
#fddabc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddabc;
Background color
Panel with #fddabc background
background-color: #fddabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddabc; background: linear-gradient(135deg, #fddabc, #F5FDBC);