#ffdfaa
a light, electric orange · warm · closest name: tan
RGB
255, 223, 170
HSL
37°, 100%, 83%
CMYK
0, 13, 33, 0
Luminance
0.7694
Every format
| HEX | #ffdfaa |
| RGB | rgb(255, 223, 170) |
| HSL | hsl(37, 100%, 83%) |
| CMYK | cmyk(0%, 13%, 33%, 0%) |
| LAB | lab(90.3 3.6 30.1) |
| LCH | lch(90.3 30.3 83.1) |
| OKLCH | oklch(0.918 0.077 80.1) |
Copy-ready code
/* CSS */
color: #ffdfaa;
background-color: #ffdfaa;
/* Tailwind (arbitrary) */
class="text-[#ffdfaa] bg-[#ffdfaa]"
/* SCSS */
$brand: #ffdfaa;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.667)
/* Android */
Color.parseColor("#ffdfaa")Accessibility — WCAG contrast
Aa
#ffdfaa on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfaa on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow33.3%
Key (black)0.0%
Color previews
#ffdfaa text on a black background
contrast 16.39:1
Card sample
#ffdfaa text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfaa;
Background color
Panel with #ffdfaa background
background-color: #ffdfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfaa; background: linear-gradient(135deg, #ffdfaa, #E6FFAA);