#fffdb8
a pale, electric yellow · cool · closest name: khaki
RGB
255, 253, 184
HSL
58°, 100%, 86%
CMYK
0, 1, 28, 0
Luminance
0.9497
Every format
| HEX | #fffdb8 |
| RGB | rgb(255, 253, 184) |
| HSL | hsl(58, 100%, 86%) |
| CMYK | cmyk(0%, 1%, 28%, 0%) |
| LAB | lab(98.0 -9.7 33.4) |
| LCH | lch(98.0 34.8 106.2) |
| OKLCH | oklch(0.980 0.087 106.5) |
Copy-ready code
/* CSS */
color: #fffdb8;
background-color: #fffdb8;
/* Tailwind (arbitrary) */
class="text-[#fffdb8] bg-[#fffdb8]"
/* SCSS */
$brand: #fffdb8;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.722)
/* Android */
Color.parseColor("#fffdb8")Accessibility — WCAG contrast
Aa
#fffdb8 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffdb8 on black: 19.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow27.8%
Key (black)0.0%
Color previews
#fffdb8 text on a black background
contrast 19.99:1
Card sample
#fffdb8 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffdb8;
Background color
Panel with #fffdb8 background
background-color: #fffdb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffdb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffdb8; background: linear-gradient(135deg, #fffdb8, #D2FFB8);