#ffda9f
a light, electric orange · warm · closest name: tan
RGB
255, 218, 159
HSL
37°, 100%, 81%
CMYK
0, 15, 38, 0
Luminance
0.7391
Every format
| HEX | #ffda9f |
| RGB | rgb(255, 218, 159) |
| HSL | hsl(37, 100%, 81%) |
| CMYK | cmyk(0%, 15%, 38%, 0%) |
| LAB | lab(88.9 4.9 33.8) |
| LCH | lch(88.9 34.2 81.7) |
| OKLCH | oklch(0.906 0.086 79.0) |
Copy-ready code
/* CSS */
color: #ffda9f;
background-color: #ffda9f;
/* Tailwind (arbitrary) */
class="text-[#ffda9f] bg-[#ffda9f]"
/* SCSS */
$brand: #ffda9f;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.624)
/* Android */
Color.parseColor("#ffda9f")Accessibility — WCAG contrast
Aa
#ffda9f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda9f on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow37.6%
Key (black)0.0%
Color previews
#ffda9f text on a black background
contrast 15.78:1
Card sample
#ffda9f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda9f;
Background color
Panel with #ffda9f background
background-color: #ffda9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda9f; background: linear-gradient(135deg, #ffda9f, #E4FF9F);