#fff1b1
a light, electric yellow · cool · closest name: khaki
RGB
255, 241, 177
HSL
49°, 100%, 85%
CMYK
0, 6, 31, 0
Luminance
0.8734
Every format
| HEX | #fff1b1 |
| RGB | rgb(255, 241, 177) |
| HSL | hsl(49, 100%, 85%) |
| CMYK | cmyk(0%, 6%, 31%, 0%) |
| LAB | lab(94.9 -4.6 32.7) |
| LCH | lch(94.9 33.0 98.1) |
| OKLCH | oklch(0.954 0.083 97.3) |
Copy-ready code
/* CSS */
color: #fff1b1;
background-color: #fff1b1;
/* Tailwind (arbitrary) */
class="text-[#fff1b1] bg-[#fff1b1]"
/* SCSS */
$brand: #fff1b1;
/* SwiftUI */
Color(red: 1.000, green: 0.945, blue: 0.694)
/* Android */
Color.parseColor("#fff1b1")Accessibility — WCAG contrast
Aa
#fff1b1 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff1b1 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.5%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow30.6%
Key (black)0.0%
Color previews
#fff1b1 text on a black background
contrast 18.47:1
Card sample
#fff1b1 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff1b1;
Background color
Panel with #fff1b1 background
background-color: #fff1b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff1b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 241, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 241, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff1b1; background: linear-gradient(135deg, #fff1b1, #D9FFB1);