#fef5ac
a light, electric yellow · cool · closest name: khaki
RGB
254, 245, 172
HSL
53°, 98%, 84%
CMYK
0, 4, 32, 0
Luminance
0.8935
Every format
| HEX | #fef5ac |
| RGB | rgb(254, 245, 172) |
| HSL | hsl(53, 98%, 84%) |
| CMYK | cmyk(0%, 4%, 32%, 0%) |
| LAB | lab(95.7 -7.6 36.3) |
| LCH | lch(95.7 37.1 101.8) |
| OKLCH | oklch(0.961 0.092 102.0) |
Copy-ready code
/* CSS */
color: #fef5ac;
background-color: #fef5ac;
/* Tailwind (arbitrary) */
class="text-[#fef5ac] bg-[#fef5ac]"
/* SCSS */
$brand: #fef5ac;
/* SwiftUI */
Color(red: 0.996, green: 0.961, blue: 0.675)
/* Android */
Color.parseColor("#fef5ac")Accessibility — WCAG contrast
Aa
#fef5ac on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef5ac on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow32.3%
Key (black)0.4%
Color previews
#fef5ac text on a black background
contrast 18.87:1
Card sample
#fef5ac text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef5ac;
Background color
Panel with #fef5ac background
background-color: #fef5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 245, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 245, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef5ac; background: linear-gradient(135deg, #fef5ac, #D0FEAC);