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