#fef572
a light, electric yellow · cool · closest name: khaki
RGB
254, 245, 114
HSL
56°, 99%, 72%
CMYK
0, 4, 55, 0
Luminance
0.8759
Every format
| HEX | #fef572 |
| RGB | rgb(254, 245, 114) |
| HSL | hsl(56, 99%, 72%) |
| CMYK | cmyk(0%, 4%, 55%, 0%) |
| LAB | lab(95.0 -13.2 63.0) |
| LCH | lch(95.0 64.3 101.8) |
| OKLCH | oklch(0.952 0.152 105.3) |
Copy-ready code
/* CSS */
color: #fef572;
background-color: #fef572;
/* Tailwind (arbitrary) */
class="text-[#fef572] bg-[#fef572]"
/* SCSS */
$brand: #fef572;
/* SwiftUI */
Color(red: 0.996, green: 0.961, blue: 0.447)
/* Android */
Color.parseColor("#fef572")Accessibility — WCAG contrast
Aa
#fef572 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef572 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow55.1%
Key (black)0.4%
Color previews
#fef572 text on a black background
contrast 18.52:1
Card sample
#fef572 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef572;
Background color
Panel with #fef572 background
background-color: #fef572;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef572;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 245, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 245, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef572; background: linear-gradient(135deg, #fef572, #AAFE72);