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