#ffd4ad
a light, electric orange · warm · closest name: tan
RGB
255, 212, 173
HSL
29°, 100%, 84%
CMYK
0, 17, 32, 0
Luminance
0.7136
Every format
| HEX | #ffd4ad |
| RGB | rgb(255, 212, 173) |
| HSL | hsl(29, 100%, 84%) |
| CMYK | cmyk(0%, 17%, 32%, 0%) |
| LAB | lab(87.7 9.7 24.9) |
| LCH | lch(87.7 26.8 68.8) |
| OKLCH | oklch(0.897 0.070 63.9) |
Copy-ready code
/* CSS */
color: #ffd4ad;
background-color: #ffd4ad;
/* Tailwind (arbitrary) */
class="text-[#ffd4ad] bg-[#ffd4ad]"
/* SCSS */
$brand: #ffd4ad;
/* SwiftUI */
Color(red: 1.000, green: 0.831, blue: 0.678)
/* Android */
Color.parseColor("#ffd4ad")Accessibility — WCAG contrast
Aa
#ffd4ad on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd4ad on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow32.2%
Key (black)0.0%
Color previews
#ffd4ad text on a black background
contrast 15.27:1
Card sample
#ffd4ad text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd4ad;
Background color
Panel with #ffd4ad background
background-color: #ffd4ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd4ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 212, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 212, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd4ad; background: linear-gradient(135deg, #ffd4ad, #F3FFAD);