#fddb8f
a light, electric yellow · warm · closest name: khaki
RGB
253, 219, 143
HSL
42°, 97%, 78%
CMYK
0, 13, 44, 1
Luminance
0.7353
Every format
| HEX | #fddb8f |
| RGB | rgb(253, 219, 143) |
| HSL | hsl(42, 97%, 78%) |
| CMYK | cmyk(0%, 13%, 44%, 1%) |
| LAB | lab(88.7 1.9 41.6) |
| LCH | lch(88.7 41.7 87.3) |
| OKLCH | oklch(0.903 0.102 86.3) |
Copy-ready code
/* CSS */
color: #fddb8f;
background-color: #fddb8f;
/* Tailwind (arbitrary) */
class="text-[#fddb8f] bg-[#fddb8f]"
/* SCSS */
$brand: #fddb8f;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.561)
/* Android */
Color.parseColor("#fddb8f")Accessibility — WCAG contrast
Aa
#fddb8f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddb8f on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow43.5%
Key (black)0.8%
Color previews
#fddb8f text on a black background
contrast 15.71:1
Card sample
#fddb8f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddb8f;
Background color
Panel with #fddb8f background
background-color: #fddb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddb8f; background: linear-gradient(135deg, #fddb8f, #D5FD8F);