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