#ffdda8
a light, electric orange · warm · closest name: tan
RGB
255, 221, 168
HSL
37°, 100%, 83%
CMYK
0, 13, 34, 0
Luminance
0.7580
Every format
| HEX | #ffdda8 |
| RGB | rgb(255, 221, 168) |
| HSL | hsl(37, 100%, 83%) |
| CMYK | cmyk(0%, 13%, 34%, 0%) |
| LAB | lab(89.8 4.4 30.4) |
| LCH | lch(89.8 30.7 81.7) |
| OKLCH | oklch(0.913 0.078 78.6) |
Copy-ready code
/* CSS */
color: #ffdda8;
background-color: #ffdda8;
/* Tailwind (arbitrary) */
class="text-[#ffdda8] bg-[#ffdda8]"
/* SCSS */
$brand: #ffdda8;
/* SwiftUI */
Color(red: 1.000, green: 0.867, blue: 0.659)
/* Android */
Color.parseColor("#ffdda8")Accessibility — WCAG contrast
Aa
#ffdda8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdda8 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.7%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow34.1%
Key (black)0.0%
Color previews
#ffdda8 text on a black background
contrast 16.16:1
Card sample
#ffdda8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdda8;
Background color
Panel with #ffdda8 background
background-color: #ffdda8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdda8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 221, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 221, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdda8; background: linear-gradient(135deg, #ffdda8, #E7FFA8);