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