#fffdad
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 173
HSL
59°, 100%, 84%
CMYK
0, 1, 32, 0
Luminance
0.9453
Every format
| HEX | #fffdad |
| RGB | rgb(255, 253, 173) |
| HSL | hsl(59, 100%, 84%) |
| CMYK | cmyk(0%, 1%, 32%, 0%) |
| LAB | lab(97.8 -11.1 38.6) |
| LCH | lch(97.8 40.2 106.0) |
| OKLCH | oklch(0.978 0.100 106.9) |
Copy-ready code
/* CSS */
color: #fffdad;
background-color: #fffdad;
/* Tailwind (arbitrary) */
class="text-[#fffdad] bg-[#fffdad]"
/* SCSS */
$brand: #fffdad;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#fffdad")Accessibility — WCAG contrast
Aa
#fffdad on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffdad on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow32.2%
Key (black)0.0%
Color previews
#fffdad text on a black background
contrast 19.91:1
Card sample
#fffdad text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffdad;
Background color
Panel with #fffdad background
background-color: #fffdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffdad; background: linear-gradient(135deg, #fffdad, #CAFFAD);