#fddb5f
a light, electric yellow · cool · closest name: khaki
RGB
253, 219, 95
HSL
47°, 98%, 68%
CMYK
0, 13, 63, 1
Luminance
0.7237
Every format
| HEX | #fddb5f |
| RGB | rgb(253, 219, 95) |
| HSL | hsl(47, 98%, 68%) |
| CMYK | cmyk(0%, 13%, 63%, 1%) |
| LAB | lab(88.2 -1.9 63.6) |
| LCH | lch(88.2 63.6 91.7) |
| OKLCH | oklch(0.897 0.146 93.9) |
Copy-ready code
/* CSS */
color: #fddb5f;
background-color: #fddb5f;
/* Tailwind (arbitrary) */
class="text-[#fddb5f] bg-[#fddb5f]"
/* SCSS */
$brand: #fddb5f;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.373)
/* Android */
Color.parseColor("#fddb5f")Accessibility — WCAG contrast
Aa
#fddb5f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddb5f on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow62.5%
Key (black)0.8%
Color previews
#fddb5f text on a black background
contrast 15.47:1
Card sample
#fddb5f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddb5f;
Background color
Panel with #fddb5f background
background-color: #fddb5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddb5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddb5f; background: linear-gradient(135deg, #fddb5f, #B6FD5F);