#fef663
a light, electric yellow · cool · closest name: gold
RGB
254, 246, 99
HSL
57°, 99%, 69%
CMYK
0, 3, 61, 0
Luminance
0.8788
Every format
| HEX | #fef663 |
| RGB | rgb(254, 246, 99) |
| HSL | hsl(57, 99%, 69%) |
| CMYK | cmyk(0%, 3%, 61%, 0%) |
| LAB | lab(95.1 -14.7 69.5) |
| LCH | lch(95.1 71.0 101.9) |
| OKLCH | oklch(0.953 0.165 106.2) |
Copy-ready code
/* CSS */
color: #fef663;
background-color: #fef663;
/* Tailwind (arbitrary) */
class="text-[#fef663] bg-[#fef663]"
/* SCSS */
$brand: #fef663;
/* SwiftUI */
Color(red: 0.996, green: 0.965, blue: 0.388)
/* Android */
Color.parseColor("#fef663")Accessibility — WCAG contrast
Aa
#fef663 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef663 on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow61.0%
Key (black)0.4%
Color previews
#fef663 text on a black background
contrast 18.58:1
Card sample
#fef663 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef663;
Background color
Panel with #fef663 background
background-color: #fef663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 246, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 246, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef663; background: linear-gradient(135deg, #fef663, #9FFE63);