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