#fddc6f
a light, electric yellow · cool · closest name: khaki
RGB
253, 220, 111
HSL
46°, 97%, 71%
CMYK
0, 13, 56, 1
Luminance
0.7322
Every format
| HEX | #fddc6f |
| RGB | rgb(253, 220, 111) |
| HSL | hsl(46, 97%, 71%) |
| CMYK | cmyk(0%, 13%, 56%, 1%) |
| LAB | lab(88.5 -1.3 56.9) |
| LCH | lch(88.5 57.0 91.3) |
| OKLCH | oklch(0.901 0.133 92.7) |
Copy-ready code
/* CSS */
color: #fddc6f;
background-color: #fddc6f;
/* Tailwind (arbitrary) */
class="text-[#fddc6f] bg-[#fddc6f]"
/* SCSS */
$brand: #fddc6f;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.435)
/* Android */
Color.parseColor("#fddc6f")Accessibility — WCAG contrast
Aa
#fddc6f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddc6f on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow56.1%
Key (black)0.8%
Color previews
#fddc6f text on a black background
contrast 15.64:1
Card sample
#fddc6f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddc6f;
Background color
Panel with #fddc6f background
background-color: #fddc6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddc6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddc6f; background: linear-gradient(135deg, #fddc6f, #BFFD6F);