#ffdaac
a light, electric orange · warm · closest name: tan
RGB
255, 218, 172
HSL
33°, 100%, 84%
CMYK
0, 15, 33, 0
Luminance
0.7438
Every format
| HEX | #ffdaac |
| RGB | rgb(255, 218, 172) |
| HSL | hsl(33, 100%, 84%) |
| CMYK | cmyk(0%, 15%, 33%, 0%) |
| LAB | lab(89.1 6.4 27.4) |
| LCH | lch(89.1 28.2 76.8) |
| OKLCH | oklch(0.908 0.072 72.8) |
Copy-ready code
/* CSS */
color: #ffdaac;
background-color: #ffdaac;
/* Tailwind (arbitrary) */
class="text-[#ffdaac] bg-[#ffdaac]"
/* SCSS */
$brand: #ffdaac;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#ffdaac")Accessibility — WCAG contrast
Aa
#ffdaac on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdaac on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow32.5%
Key (black)0.0%
Color previews
#ffdaac text on a black background
contrast 15.88:1
Card sample
#ffdaac text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdaac;
Background color
Panel with #ffdaac background
background-color: #ffdaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdaac; background: linear-gradient(135deg, #ffdaac, #EDFFAC);