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