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