#fff988
a light, electric yellow · cool · closest name: khaki
RGB
255, 249, 136
HSL
57°, 100%, 77%
CMYK
0, 2, 47, 0
Luminance
0.9079
Every format
| HEX | #fff988 |
| RGB | rgb(255, 249, 136) |
| HSL | hsl(57, 100%, 77%) |
| CMYK | cmyk(0%, 2%, 47%, 0%) |
| LAB | lab(96.3 -12.9 54.6) |
| LCH | lch(96.3 56.1 103.3) |
| OKLCH | oklch(0.964 0.135 106.0) |
Copy-ready code
/* CSS */
color: #fff988;
background-color: #fff988;
/* Tailwind (arbitrary) */
class="text-[#fff988] bg-[#fff988]"
/* SCSS */
$brand: #fff988;
/* SwiftUI */
Color(red: 1.000, green: 0.976, blue: 0.533)
/* Android */
Color.parseColor("#fff988")Accessibility — WCAG contrast
Aa
#fff988 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff988 on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.6%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow46.7%
Key (black)0.0%
Color previews
#fff988 text on a black background
contrast 19.16:1
Card sample
#fff988 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff988;
Background color
Panel with #fff988 background
background-color: #fff988;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff988;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 249, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 249, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff988; background: linear-gradient(135deg, #fff988, #B6FF88);