#fefab2
a light, electric yellow · cool · closest name: khaki
RGB
254, 250, 178
HSL
57°, 97%, 85%
CMYK
0, 2, 30, 0
Luminance
0.9266
Every format
| HEX | #fefab2 |
| RGB | rgb(254, 250, 178) |
| HSL | hsl(57, 97%, 85%) |
| CMYK | cmyk(0%, 2%, 30%, 0%) |
| LAB | lab(97.1 -9.3 35.1) |
| LCH | lch(97.1 36.3 104.9) |
| OKLCH | oklch(0.972 0.091 105.3) |
Copy-ready code
/* CSS */
color: #fefab2;
background-color: #fefab2;
/* Tailwind (arbitrary) */
class="text-[#fefab2] bg-[#fefab2]"
/* SCSS */
$brand: #fefab2;
/* SwiftUI */
Color(red: 0.996, green: 0.980, blue: 0.698)
/* Android */
Color.parseColor("#fefab2")Accessibility — WCAG contrast
Aa
#fefab2 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefab2 on black: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow29.9%
Key (black)0.4%
Color previews
#fefab2 text on a black background
contrast 19.53:1
Card sample
#fefab2 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefab2;
Background color
Panel with #fefab2 background
background-color: #fefab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 250, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 250, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefab2; background: linear-gradient(135deg, #fefab2, #CFFEB2);