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