#fdda96
a light, electric orange · warm · closest name: khaki
RGB
253, 218, 150
HSL
40°, 96%, 79%
CMYK
0, 14, 41, 1
Luminance
0.7323
Every format
| HEX | #fdda96 |
| RGB | rgb(253, 218, 150) |
| HSL | hsl(40, 96%, 79%) |
| CMYK | cmyk(0%, 14%, 41%, 1%) |
| LAB | lab(88.6 3.2 38.0) |
| LCH | lch(88.6 38.1 85.2) |
| OKLCH | oklch(0.903 0.094 83.5) |
Copy-ready code
/* CSS */
color: #fdda96;
background-color: #fdda96;
/* Tailwind (arbitrary) */
class="text-[#fdda96] bg-[#fdda96]"
/* SCSS */
$brand: #fdda96;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.588)
/* Android */
Color.parseColor("#fdda96")Accessibility — WCAG contrast
Aa
#fdda96 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda96 on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow40.7%
Key (black)0.8%
Color previews
#fdda96 text on a black background
contrast 15.65:1
Card sample
#fdda96 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda96;
Background color
Panel with #fdda96 background
background-color: #fdda96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda96; background: linear-gradient(135deg, #fdda96, #DBFD96);