#fef063
a light, electric yellow · cool · closest name: gold
RGB
254, 240, 99
HSL
55°, 99%, 69%
CMYK
0, 6, 61, 0
Luminance
0.8429
Every format
| HEX | #fef063 |
| RGB | rgb(254, 240, 99) |
| HSL | hsl(55, 99%, 69%) |
| CMYK | cmyk(0%, 6%, 61%, 0%) |
| LAB | lab(93.6 -11.8 67.8) |
| LCH | lch(93.6 68.9 99.8) |
| OKLCH | oklch(0.941 0.159 103.7) |
Copy-ready code
/* CSS */
color: #fef063;
background-color: #fef063;
/* Tailwind (arbitrary) */
class="text-[#fef063] bg-[#fef063]"
/* SCSS */
$brand: #fef063;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.388)
/* Android */
Color.parseColor("#fef063")Accessibility — WCAG contrast
Aa
#fef063 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef063 on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow61.0%
Key (black)0.4%
Color previews
#fef063 text on a black background
contrast 17.86:1
Card sample
#fef063 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef063;
Background color
Panel with #fef063 background
background-color: #fef063;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef063;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef063; background: linear-gradient(135deg, #fef063, #A5FE63);