#fddb7b
a light, electric yellow · warm · closest name: khaki
RGB
253, 219, 123
HSL
44°, 97%, 74%
CMYK
0, 13, 51, 1
Luminance
0.7298
Every format
| HEX | #fddb7b |
| RGB | rgb(253, 219, 123) |
| HSL | hsl(44, 97%, 74%) |
| CMYK | cmyk(0%, 13%, 51%, 1%) |
| LAB | lab(88.4 0.1 51.1) |
| LCH | lch(88.4 51.1 89.9) |
| OKLCH | oklch(0.900 0.122 90.4) |
Copy-ready code
/* CSS */
color: #fddb7b;
background-color: #fddb7b;
/* Tailwind (arbitrary) */
class="text-[#fddb7b] bg-[#fddb7b]"
/* SCSS */
$brand: #fddb7b;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.482)
/* Android */
Color.parseColor("#fddb7b")Accessibility — WCAG contrast
Aa
#fddb7b on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddb7b on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow51.4%
Key (black)0.8%
Color previews
#fddb7b text on a black background
contrast 15.60:1
Card sample
#fddb7b text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddb7b;
Background color
Panel with #fddb7b background
background-color: #fddb7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddb7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddb7b; background: linear-gradient(135deg, #fddb7b, #C8FD7B);