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