#fff899
a light, electric yellow · cool · closest name: khaki
RGB
255, 248, 153
HSL
56°, 100%, 80%
CMYK
0, 3, 40, 0
Luminance
0.9069
Every format
| HEX | #fff899 |
| RGB | rgb(255, 248, 153) |
| HSL | hsl(56, 100%, 80%) |
| CMYK | cmyk(0%, 3%, 40%, 0%) |
| LAB | lab(96.3 -10.8 46.4) |
| LCH | lch(96.3 47.6 103.1) |
| OKLCH | oklch(0.964 0.117 104.7) |
Copy-ready code
/* CSS */
color: #fff899;
background-color: #fff899;
/* Tailwind (arbitrary) */
class="text-[#fff899] bg-[#fff899]"
/* SCSS */
$brand: #fff899;
/* SwiftUI */
Color(red: 1.000, green: 0.973, blue: 0.600)
/* Android */
Color.parseColor("#fff899")Accessibility — WCAG contrast
Aa
#fff899 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff899 on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow40.0%
Key (black)0.0%
Color previews
#fff899 text on a black background
contrast 19.14:1
Card sample
#fff899 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff899;
Background color
Panel with #fff899 background
background-color: #fff899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 248, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 248, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff899; background: linear-gradient(135deg, #fff899, #C2FF99);