#fddb6c
a light, electric yellow · cool · closest name: khaki
RGB
253, 219, 108
HSL
46°, 97%, 71%
CMYK
0, 13, 57, 1
Luminance
0.7263
Every format
| HEX | #fddb6c |
| RGB | rgb(253, 219, 108) |
| HSL | hsl(46, 97%, 71%) |
| CMYK | cmyk(0%, 13%, 57%, 1%) |
| LAB | lab(88.3 -1.1 58.0) |
| LCH | lch(88.3 58.0 91.0) |
| OKLCH | oklch(0.899 0.135 92.5) |
Copy-ready code
/* CSS */
color: #fddb6c;
background-color: #fddb6c;
/* Tailwind (arbitrary) */
class="text-[#fddb6c] bg-[#fddb6c]"
/* SCSS */
$brand: #fddb6c;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.424)
/* Android */
Color.parseColor("#fddb6c")Accessibility — WCAG contrast
Aa
#fddb6c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddb6c on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow57.3%
Key (black)0.8%
Color previews
#fddb6c text on a black background
contrast 15.53:1
Card sample
#fddb6c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddb6c;
Background color
Panel with #fddb6c background
background-color: #fddb6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddb6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddb6c; background: linear-gradient(135deg, #fddb6c, #BEFD6C);