#ffdda2
a light, electric orange · warm · closest name: tan
RGB
255, 221, 162
HSL
38°, 100%, 82%
CMYK
0, 13, 37, 0
Luminance
0.7558
Every format
| HEX | #ffdda2 |
| RGB | rgb(255, 221, 162) |
| HSL | hsl(38, 100%, 82%) |
| CMYK | cmyk(0%, 13%, 37%, 0%) |
| LAB | lab(89.7 3.7 33.3) |
| LCH | lch(89.7 33.5 83.6) |
| OKLCH | oklch(0.912 0.084 81.1) |
Copy-ready code
/* CSS */
color: #ffdda2;
background-color: #ffdda2;
/* Tailwind (arbitrary) */
class="text-[#ffdda2] bg-[#ffdda2]"
/* SCSS */
$brand: #ffdda2;
/* SwiftUI */
Color(red: 1.000, green: 0.867, blue: 0.635)
/* Android */
Color.parseColor("#ffdda2")Accessibility — WCAG contrast
Aa
#ffdda2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdda2 on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow36.5%
Key (black)0.0%
Color previews
#ffdda2 text on a black background
contrast 16.12:1
Card sample
#ffdda2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdda2;
Background color
Panel with #ffdda2 background
background-color: #ffdda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 221, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 221, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdda2; background: linear-gradient(135deg, #ffdda2, #E3FFA2);