#ffd9ad
a light, electric orange · warm · closest name: tan
RGB
255, 217, 173
HSL
32°, 100%, 84%
CMYK
0, 15, 32, 0
Luminance
0.7390
Every format
| HEX | #ffd9ad |
| RGB | rgb(255, 217, 173) |
| HSL | hsl(32, 100%, 84%) |
| CMYK | cmyk(0%, 15%, 32%, 0%) |
| LAB | lab(88.9 7.1 26.6) |
| LCH | lch(88.9 27.5 75.1) |
| OKLCH | oklch(0.907 0.071 70.8) |
Copy-ready code
/* CSS */
color: #ffd9ad;
background-color: #ffd9ad;
/* Tailwind (arbitrary) */
class="text-[#ffd9ad] bg-[#ffd9ad]"
/* SCSS */
$brand: #ffd9ad;
/* SwiftUI */
Color(red: 1.000, green: 0.851, blue: 0.678)
/* Android */
Color.parseColor("#ffd9ad")Accessibility — WCAG contrast
Aa
#ffd9ad on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd9ad on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow32.2%
Key (black)0.0%
Color previews
#ffd9ad text on a black background
contrast 15.78:1
Card sample
#ffd9ad text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd9ad;
Background color
Panel with #ffd9ad background
background-color: #ffd9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 217, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 217, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd9ad; background: linear-gradient(135deg, #ffd9ad, #EEFFAD);