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