#fde880
a light, electric yellow · cool · closest name: khaki
RGB
253, 232, 128
HSL
50°, 97%, 75%
CMYK
0, 8, 49, 1
Luminance
0.8015
Every format
| HEX | #fde880 |
| RGB | rgb(253, 232, 128) |
| HSL | hsl(50, 97%, 75%) |
| CMYK | cmyk(0%, 8%, 49%, 1%) |
| LAB | lab(91.8 -6.0 52.8) |
| LCH | lch(91.8 53.1 96.5) |
| OKLCH | oklch(0.927 0.127 98.2) |
Copy-ready code
/* CSS */
color: #fde880;
background-color: #fde880;
/* Tailwind (arbitrary) */
class="text-[#fde880] bg-[#fde880]"
/* SCSS */
$brand: #fde880;
/* SwiftUI */
Color(red: 0.992, green: 0.910, blue: 0.502)
/* Android */
Color.parseColor("#fde880")Accessibility — WCAG contrast
Aa
#fde880 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde880 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green91.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow49.4%
Key (black)0.8%
Color previews
#fde880 text on a black background
contrast 17.03:1
Card sample
#fde880 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde880;
Background color
Panel with #fde880 background
background-color: #fde880;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde880;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 232, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 232, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde880; background: linear-gradient(135deg, #fde880, #BFFD80);