#fff8b6
a pale, electric yellow · cool · closest name: khaki
RGB
255, 248, 182
HSL
54°, 100%, 86%
CMYK
0, 3, 29, 0
Luminance
0.9177
Every format
| HEX | #fff8b6 |
| RGB | rgb(255, 248, 182) |
| HSL | hsl(54, 100%, 86%) |
| CMYK | cmyk(0%, 3%, 29%, 0%) |
| LAB | lab(96.7 -7.5 32.6) |
| LCH | lch(96.7 33.5 102.9) |
| OKLCH | oklch(0.969 0.084 102.7) |
Copy-ready code
/* CSS */
color: #fff8b6;
background-color: #fff8b6;
/* Tailwind (arbitrary) */
class="text-[#fff8b6] bg-[#fff8b6]"
/* SCSS */
$brand: #fff8b6;
/* SwiftUI */
Color(red: 1.000, green: 0.973, blue: 0.714)
/* Android */
Color.parseColor("#fff8b6")Accessibility — WCAG contrast
Aa
#fff8b6 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff8b6 on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.3%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow28.6%
Key (black)0.0%
Color previews
#fff8b6 text on a black background
contrast 19.35:1
Card sample
#fff8b6 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff8b6;
Background color
Panel with #fff8b6 background
background-color: #fff8b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff8b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 248, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 248, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff8b6; background: linear-gradient(135deg, #fff8b6, #D5FFB6);