#feffae
a light, electric yellow · cool · closest name: khaki
RGB
254, 255, 174
HSL
61°, 100%, 84%
CMYK
0, 0, 32, 0
Luminance
0.9565
Every format
| HEX | #feffae |
| RGB | rgb(254, 255, 174) |
| HSL | hsl(61, 100%, 84%) |
| CMYK | cmyk(0%, 0%, 32%, 0%) |
| LAB | lab(98.3 -12.3 38.7) |
| LCH | lch(98.3 40.6 107.6) |
| OKLCH | oklch(0.981 0.101 108.7) |
Copy-ready code
/* CSS */
color: #feffae;
background-color: #feffae;
/* Tailwind (arbitrary) */
class="text-[#feffae] bg-[#feffae]"
/* SCSS */
$brand: #feffae;
/* SwiftUI */
Color(red: 0.996, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#feffae")Accessibility — WCAG contrast
Aa
#feffae on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feffae on black: 20.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green100.0%
Blue68.2%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#feffae text on a black background
contrast 20.13:1
Card sample
#feffae text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feffae;
Background color
Panel with #feffae background
background-color: #feffae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feffae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feffae; background: linear-gradient(135deg, #feffae, #C8FFAE);