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