#fdda86
a light, electric yellow · warm · closest name: khaki
RGB
253, 218, 134
HSL
42°, 97%, 76%
CMYK
0, 14, 47, 1
Luminance
0.7275
Every format
| HEX | #fdda86 |
| RGB | rgb(253, 218, 134) |
| HSL | hsl(42, 97%, 76%) |
| CMYK | cmyk(0%, 14%, 47%, 1%) |
| LAB | lab(88.3 1.6 45.6) |
| LCH | lch(88.3 45.7 88.0) |
| OKLCH | oklch(0.900 0.110 87.6) |
Copy-ready code
/* CSS */
color: #fdda86;
background-color: #fdda86;
/* Tailwind (arbitrary) */
class="text-[#fdda86] bg-[#fdda86]"
/* SCSS */
$brand: #fdda86;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.525)
/* Android */
Color.parseColor("#fdda86")Accessibility — WCAG contrast
Aa
#fdda86 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda86 on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow47.0%
Key (black)0.8%
Color previews
#fdda86 text on a black background
contrast 15.55:1
Card sample
#fdda86 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda86;
Background color
Panel with #fdda86 background
background-color: #fdda86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda86; background: linear-gradient(135deg, #fdda86, #D1FD86);