#ffd7ad
a light, electric orange · warm · closest name: tan
RGB
255, 215, 173
HSL
31°, 100%, 84%
CMYK
0, 16, 32, 0
Luminance
0.7288
Every format
| HEX | #ffd7ad |
| RGB | rgb(255, 215, 173) |
| HSL | hsl(31, 100%, 84%) |
| CMYK | cmyk(0%, 16%, 32%, 0%) |
| LAB | lab(88.4 8.1 25.9) |
| LCH | lch(88.4 27.2 72.6) |
| OKLCH | oklch(0.903 0.071 68.1) |
Copy-ready code
/* CSS */
color: #ffd7ad;
background-color: #ffd7ad;
/* Tailwind (arbitrary) */
class="text-[#ffd7ad] bg-[#ffd7ad]"
/* SCSS */
$brand: #ffd7ad;
/* SwiftUI */
Color(red: 1.000, green: 0.843, blue: 0.678)
/* Android */
Color.parseColor("#ffd7ad")Accessibility — WCAG contrast
Aa
#ffd7ad on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd7ad on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow32.2%
Key (black)0.0%
Color previews
#ffd7ad text on a black background
contrast 15.58:1
Card sample
#ffd7ad text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd7ad;
Background color
Panel with #ffd7ad background
background-color: #ffd7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 215, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 215, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd7ad; background: linear-gradient(135deg, #ffd7ad, #F0FFAD);