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