#ffd3ab
a light, electric orange · warm · closest name: tan
RGB
255, 211, 171
HSL
29°, 100%, 84%
CMYK
0, 17, 33, 0
Luminance
0.7079
Every format
| HEX | #ffd3ab |
| RGB | rgb(255, 211, 171) |
| HSL | hsl(29, 100%, 84%) |
| CMYK | cmyk(0%, 17%, 33%, 0%) |
| LAB | lab(87.4 9.9 25.6) |
| LCH | lch(87.4 27.5 68.8) |
| OKLCH | oklch(0.895 0.072 64.0) |
Copy-ready code
/* CSS */
color: #ffd3ab;
background-color: #ffd3ab;
/* Tailwind (arbitrary) */
class="text-[#ffd3ab] bg-[#ffd3ab]"
/* SCSS */
$brand: #ffd3ab;
/* SwiftUI */
Color(red: 1.000, green: 0.827, blue: 0.671)
/* Android */
Color.parseColor("#ffd3ab")Accessibility — WCAG contrast
Aa
#ffd3ab on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd3ab on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow32.9%
Key (black)0.0%
Color previews
#ffd3ab text on a black background
contrast 15.16:1
Card sample
#ffd3ab text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd3ab;
Background color
Panel with #ffd3ab background
background-color: #ffd3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 211, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 211, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd3ab; background: linear-gradient(135deg, #ffd3ab, #F3FFAB);