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