#fffda7
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 167
HSL
59°, 100%, 83%
CMYK
0, 1, 35, 0
Luminance
0.9430
Every format
| HEX | #fffda7 |
| RGB | rgb(255, 253, 167) |
| HSL | hsl(59, 100%, 83%) |
| CMYK | cmyk(0%, 1%, 35%, 0%) |
| LAB | lab(97.8 -11.8 41.5) |
| LCH | lch(97.8 43.1 105.8) |
| OKLCH | oklch(0.977 0.107 107.1) |
Copy-ready code
/* CSS */
color: #fffda7;
background-color: #fffda7;
/* Tailwind (arbitrary) */
class="text-[#fffda7] bg-[#fffda7]"
/* SCSS */
$brand: #fffda7;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.655)
/* Android */
Color.parseColor("#fffda7")Accessibility — WCAG contrast
Aa
#fffda7 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffda7 on black: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow34.5%
Key (black)0.0%
Color previews
#fffda7 text on a black background
contrast 19.86:1
Card sample
#fffda7 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffda7;
Background color
Panel with #fffda7 background
background-color: #fffda7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffda7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffda7; background: linear-gradient(135deg, #fffda7, #C6FFA7);