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