#fefbae
a light, electric yellow · cool · closest name: khaki
RGB
254, 251, 174
HSL
58°, 98%, 84%
CMYK
0, 1, 32, 0
Luminance
0.9312
Every format
| HEX | #fefbae |
| RGB | rgb(254, 251, 174) |
| HSL | hsl(58, 98%, 84%) |
| CMYK | cmyk(0%, 1%, 32%, 0%) |
| LAB | lab(97.3 -10.3 37.4) |
| LCH | lch(97.3 38.8 105.5) |
| OKLCH | oklch(0.973 0.097 106.2) |
Copy-ready code
/* CSS */
color: #fefbae;
background-color: #fefbae;
/* Tailwind (arbitrary) */
class="text-[#fefbae] bg-[#fefbae]"
/* SCSS */
$brand: #fefbae;
/* SwiftUI */
Color(red: 0.996, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#fefbae")Accessibility — WCAG contrast
Aa
#fefbae on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefbae on black: 19.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow31.5%
Key (black)0.4%
Color previews
#fefbae text on a black background
contrast 19.62:1
Card sample
#fefbae text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefbae;
Background color
Panel with #fefbae background
background-color: #fefbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefbae; background: linear-gradient(135deg, #fefbae, #CCFEAE);