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