#fff8af
a light, electric yellow · cool · closest name: khaki
RGB
255, 248, 175
HSL
55°, 100%, 84%
CMYK
0, 3, 31, 0
Luminance
0.9149
Every format
| HEX | #fff8af |
| RGB | rgb(255, 248, 175) |
| HSL | hsl(55, 100%, 84%) |
| CMYK | cmyk(0%, 3%, 31%, 0%) |
| LAB | lab(96.6 -8.4 36.0) |
| LCH | lch(96.6 37.0 103.1) |
| OKLCH | oklch(0.968 0.092 103.3) |
Copy-ready code
/* CSS */
color: #fff8af;
background-color: #fff8af;
/* Tailwind (arbitrary) */
class="text-[#fff8af] bg-[#fff8af]"
/* SCSS */
$brand: #fff8af;
/* SwiftUI */
Color(red: 1.000, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#fff8af")Accessibility — WCAG contrast
Aa
#fff8af on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff8af on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow31.4%
Key (black)0.0%
Color previews
#fff8af text on a black background
contrast 19.30:1
Card sample
#fff8af text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff8af;
Background color
Panel with #fff8af background
background-color: #fff8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff8af; background: linear-gradient(135deg, #fff8af, #D1FFAF);