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