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