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