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