#ffd6aa
a light, electric orange · warm · closest name: tan
RGB
255, 214, 170
HSL
31°, 100%, 83%
CMYK
0, 16, 33, 0
Luminance
0.7226
Every format
| HEX | #ffd6aa |
| RGB | rgb(255, 214, 170) |
| HSL | hsl(31, 100%, 83%) |
| CMYK | cmyk(0%, 16%, 33%, 0%) |
| LAB | lab(88.1 8.3 27.1) |
| LCH | lch(88.1 28.3 73.0) |
| OKLCH | oklch(0.900 0.073 68.7) |
Copy-ready code
/* CSS */
color: #ffd6aa;
background-color: #ffd6aa;
/* Tailwind (arbitrary) */
class="text-[#ffd6aa] bg-[#ffd6aa]"
/* SCSS */
$brand: #ffd6aa;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.667)
/* Android */
Color.parseColor("#ffd6aa")Accessibility — WCAG contrast
Aa
#ffd6aa on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd6aa on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow33.3%
Key (black)0.0%
Color previews
#ffd6aa text on a black background
contrast 15.45:1
Card sample
#ffd6aa text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd6aa;
Background color
Panel with #ffd6aa background
background-color: #ffd6aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd6aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd6aa; background: linear-gradient(135deg, #ffd6aa, #EFFFAA);