#fffd80
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 128
HSL
59°, 100%, 75%
CMYK
0, 1, 50, 0
Luminance
0.9307
Every format
| HEX | #fffd80 |
| RGB | rgb(255, 253, 128) |
| HSL | hsl(59, 100%, 75%) |
| CMYK | cmyk(0%, 1%, 50%, 0%) |
| LAB | lab(97.3 -15.6 59.4) |
| LCH | lch(97.3 61.4 104.7) |
| OKLCH | oklch(0.971 0.147 108.0) |
Copy-ready code
/* CSS */
color: #fffd80;
background-color: #fffd80;
/* Tailwind (arbitrary) */
class="text-[#fffd80] bg-[#fffd80]"
/* SCSS */
$brand: #fffd80;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.502)
/* Android */
Color.parseColor("#fffd80")Accessibility — WCAG contrast
Aa
#fffd80 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd80 on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow49.8%
Key (black)0.0%
Color previews
#fffd80 text on a black background
contrast 19.61:1
Card sample
#fffd80 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd80;
Background color
Panel with #fffd80 background
background-color: #fffd80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd80; background: linear-gradient(135deg, #fffd80, #ACFF80);