#fef772
a light, electric yellow · cool · closest name: khaki
RGB
254, 247, 114
HSL
57°, 99%, 72%
CMYK
0, 3, 55, 0
Luminance
0.8881
Every format
| HEX | #fef772 |
| RGB | rgb(254, 247, 114) |
| HSL | hsl(57, 99%, 72%) |
| CMYK | cmyk(0%, 3%, 55%, 0%) |
| LAB | lab(95.5 -14.2 63.6) |
| LCH | lch(95.5 65.1 102.5) |
| OKLCH | oklch(0.956 0.154 106.2) |
Copy-ready code
/* CSS */
color: #fef772;
background-color: #fef772;
/* Tailwind (arbitrary) */
class="text-[#fef772] bg-[#fef772]"
/* SCSS */
$brand: #fef772;
/* SwiftUI */
Color(red: 0.996, green: 0.969, blue: 0.447)
/* Android */
Color.parseColor("#fef772")Accessibility — WCAG contrast
Aa
#fef772 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef772 on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.9%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow55.1%
Key (black)0.4%
Color previews
#fef772 text on a black background
contrast 18.76:1
Card sample
#fef772 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef772;
Background color
Panel with #fef772 background
background-color: #fef772;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef772;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 247, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 247, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef772; background: linear-gradient(135deg, #fef772, #A8FE72);