#feffa1
a light, electric yellow · cool · closest name: khaki
RGB
254, 255, 161
HSL
61°, 100%, 82%
CMYK
0, 0, 37, 0
Luminance
0.9516
Every format
| HEX | #feffa1 |
| RGB | rgb(254, 255, 161) |
| HSL | hsl(61, 100%, 82%) |
| CMYK | cmyk(0%, 0%, 37%, 0%) |
| LAB | lab(98.1 -13.8 44.8) |
| LCH | lch(98.1 46.9 107.1) |
| OKLCH | oklch(0.979 0.116 108.9) |
Copy-ready code
/* CSS */
color: #feffa1;
background-color: #feffa1;
/* Tailwind (arbitrary) */
class="text-[#feffa1] bg-[#feffa1]"
/* SCSS */
$brand: #feffa1;
/* SwiftUI */
Color(red: 0.996, green: 1.000, blue: 0.631)
/* Android */
Color.parseColor("#feffa1")Accessibility — WCAG contrast
Aa
#feffa1 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feffa1 on black: 20.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green100.0%
Blue63.1%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow36.9%
Key (black)0.0%
Color previews
#feffa1 text on a black background
contrast 20.03:1
Card sample
#feffa1 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feffa1;
Background color
Panel with #feffa1 background
background-color: #feffa1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feffa1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 255, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 255, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feffa1; background: linear-gradient(135deg, #feffa1, #C0FFA1);