#fffeb7
a pale, electric yellow · cool · closest name: khaki
RGB
255, 254, 183
HSL
59°, 100%, 86%
CMYK
0, 0, 28, 0
Luminance
0.9556
Every format
| HEX | #fffeb7 |
| RGB | rgb(255, 254, 183) |
| HSL | hsl(59, 100%, 86%) |
| CMYK | cmyk(0%, 0%, 28%, 0%) |
| LAB | lab(98.3 -10.3 34.2) |
| LCH | lch(98.3 35.7 106.8) |
| OKLCH | oklch(0.981 0.090 107.3) |
Copy-ready code
/* CSS */
color: #fffeb7;
background-color: #fffeb7;
/* Tailwind (arbitrary) */
class="text-[#fffeb7] bg-[#fffeb7]"
/* SCSS */
$brand: #fffeb7;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.718)
/* Android */
Color.parseColor("#fffeb7")Accessibility — WCAG contrast
Aa
#fffeb7 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffeb7 on black: 20.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow28.2%
Key (black)0.0%
Color previews
#fffeb7 text on a black background
contrast 20.11:1
Card sample
#fffeb7 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffeb7;
Background color
Panel with #fffeb7 background
background-color: #fffeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffeb7; background: linear-gradient(135deg, #fffeb7, #D0FFB7);