#fef271
a light, electric yellow · cool · closest name: khaki
RGB
254, 242, 113
HSL
55°, 99%, 72%
CMYK
0, 5, 56, 0
Luminance
0.8577
Every format
| HEX | #fef271 |
| RGB | rgb(254, 242, 113) |
| HSL | hsl(55, 99%, 72%) |
| CMYK | cmyk(0%, 5%, 56%, 0%) |
| LAB | lab(94.2 -11.8 62.5) |
| LCH | lch(94.2 63.6 100.7) |
| OKLCH | oklch(0.946 0.150 104.0) |
Copy-ready code
/* CSS */
color: #fef271;
background-color: #fef271;
/* Tailwind (arbitrary) */
class="text-[#fef271] bg-[#fef271]"
/* SCSS */
$brand: #fef271;
/* SwiftUI */
Color(red: 0.996, green: 0.949, blue: 0.443)
/* Android */
Color.parseColor("#fef271")Accessibility — WCAG contrast
Aa
#fef271 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef271 on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.9%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow55.5%
Key (black)0.4%
Color previews
#fef271 text on a black background
contrast 18.15:1
Card sample
#fef271 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef271;
Background color
Panel with #fef271 background
background-color: #fef271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 242, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 242, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef271; background: linear-gradient(135deg, #fef271, #ACFE71);