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