#ffd4a3
a light, electric orange · warm · closest name: tan
RGB
255, 212, 163
HSL
32°, 100%, 82%
CMYK
0, 17, 36, 0
Luminance
0.7099
Every format
| HEX | #ffd4a3 |
| RGB | rgb(255, 212, 163) |
| HSL | hsl(32, 100%, 82%) |
| CMYK | cmyk(0%, 17%, 36%, 0%) |
| LAB | lab(87.5 8.5 29.9) |
| LCH | lch(87.5 31.1 74.2) |
| OKLCH | oklch(0.895 0.080 70.2) |
Copy-ready code
/* CSS */
color: #ffd4a3;
background-color: #ffd4a3;
/* Tailwind (arbitrary) */
class="text-[#ffd4a3] bg-[#ffd4a3]"
/* SCSS */
$brand: #ffd4a3;
/* SwiftUI */
Color(red: 1.000, green: 0.831, blue: 0.639)
/* Android */
Color.parseColor("#ffd4a3")Accessibility — WCAG contrast
Aa
#ffd4a3 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd4a3 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.1%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow36.1%
Key (black)0.0%
Color previews
#ffd4a3 text on a black background
contrast 15.20:1
Card sample
#ffd4a3 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd4a3;
Background color
Panel with #ffd4a3 background
background-color: #ffd4a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd4a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 212, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 212, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd4a3; background: linear-gradient(135deg, #ffd4a3, #EDFFA3);