#ffd0ad
a light, electric orange · warm · closest name: tan
RGB
255, 208, 173
HSL
26°, 100%, 84%
CMYK
0, 18, 32, 0
Luminance
0.6939
Every format
| HEX | #ffd0ad |
| RGB | rgb(255, 208, 173) |
| HSL | hsl(26, 100%, 84%) |
| CMYK | cmyk(0%, 18%, 32%, 0%) |
| LAB | lab(86.7 11.7 23.6) |
| LCH | lch(86.7 26.4 63.6) |
| OKLCH | oklch(0.890 0.070 58.4) |
Copy-ready code
/* CSS */
color: #ffd0ad;
background-color: #ffd0ad;
/* Tailwind (arbitrary) */
class="text-[#ffd0ad] bg-[#ffd0ad]"
/* SCSS */
$brand: #ffd0ad;
/* SwiftUI */
Color(red: 1.000, green: 0.816, blue: 0.678)
/* Android */
Color.parseColor("#ffd0ad")Accessibility — WCAG contrast
Aa
#ffd0ad on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd0ad on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow32.2%
Key (black)0.0%
Color previews
#ffd0ad text on a black background
contrast 14.88:1
Card sample
#ffd0ad text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd0ad;
Background color
Panel with #ffd0ad background
background-color: #ffd0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 208, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 208, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd0ad; background: linear-gradient(135deg, #ffd0ad, #F7FFAD);