#fff8bb
a pale, electric yellow · cool · closest name: khaki
RGB
255, 248, 187
HSL
54°, 100%, 87%
CMYK
0, 3, 27, 0
Luminance
0.9198
Every format
| HEX | #fff8bb |
| RGB | rgb(255, 248, 187) |
| HSL | hsl(54, 100%, 87%) |
| CMYK | cmyk(0%, 3%, 27%, 0%) |
| LAB | lab(96.8 -6.9 30.2) |
| LCH | lch(96.8 31.0 102.8) |
| OKLCH | oklch(0.970 0.078 102.2) |
Copy-ready code
/* CSS */
color: #fff8bb;
background-color: #fff8bb;
/* Tailwind (arbitrary) */
class="text-[#fff8bb] bg-[#fff8bb]"
/* SCSS */
$brand: #fff8bb;
/* SwiftUI */
Color(red: 1.000, green: 0.973, blue: 0.733)
/* Android */
Color.parseColor("#fff8bb")Accessibility — WCAG contrast
Aa
#fff8bb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff8bb on black: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow26.7%
Key (black)0.0%
Color previews
#fff8bb text on a black background
contrast 19.40:1
Card sample
#fff8bb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff8bb;
Background color
Panel with #fff8bb background
background-color: #fff8bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff8bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 248, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 248, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff8bb; background: linear-gradient(135deg, #fff8bb, #D9FFBB);