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