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