#ffda97
a light, electric orange · warm · closest name: khaki
RGB
255, 218, 151
HSL
39°, 100%, 80%
CMYK
0, 15, 41, 0
Luminance
0.7364
Every format
| HEX | #ffda97 |
| RGB | rgb(255, 218, 151) |
| HSL | hsl(39, 100%, 80%) |
| CMYK | cmyk(0%, 15%, 41%, 0%) |
| LAB | lab(88.8 4.1 37.7) |
| LCH | lch(88.8 38.0 83.9) |
| OKLCH | oklch(0.905 0.094 81.9) |
Copy-ready code
/* CSS */
color: #ffda97;
background-color: #ffda97;
/* Tailwind (arbitrary) */
class="text-[#ffda97] bg-[#ffda97]"
/* SCSS */
$brand: #ffda97;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.592)
/* Android */
Color.parseColor("#ffda97")Accessibility — WCAG contrast
Aa
#ffda97 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda97 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow40.8%
Key (black)0.0%
Color previews
#ffda97 text on a black background
contrast 15.73:1
Card sample
#ffda97 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda97;
Background color
Panel with #ffda97 background
background-color: #ffda97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda97; background: linear-gradient(135deg, #ffda97, #DFFF97);