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