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