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