#fdffb1
a light, electric yellow · cool · closest name: khaki
RGB
253, 255, 177
HSL
62°, 100%, 85%
CMYK
1, 0, 31, 0
Luminance
0.9558
Every format
| HEX | #fdffb1 |
| RGB | rgb(253, 255, 177) |
| HSL | hsl(62, 100%, 85%) |
| CMYK | cmyk(1%, 0%, 31%, 0%) |
| LAB | lab(98.3 -12.3 37.1) |
| LCH | lch(98.3 39.1 108.3) |
| OKLCH | oklch(0.981 0.098 109.3) |
Copy-ready code
/* CSS */
color: #fdffb1;
background-color: #fdffb1;
/* Tailwind (arbitrary) */
class="text-[#fdffb1] bg-[#fdffb1]"
/* SCSS */
$brand: #fdffb1;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.694)
/* Android */
Color.parseColor("#fdffb1")Accessibility — WCAG contrast
Aa
#fdffb1 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffb1 on black: 20.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue69.4%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow30.6%
Key (black)0.0%
Color previews
#fdffb1 text on a black background
contrast 20.12:1
Card sample
#fdffb1 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffb1;
Background color
Panel with #fdffb1 background
background-color: #fdffb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffb1; background: linear-gradient(135deg, #fdffb1, #C9FFB1);