#fffe63
a light, electric yellow · cool · closest name: yellow
RGB
255, 254, 99
HSL
60°, 100%, 69%
CMYK
0, 0, 61, 0
Luminance
0.9304
Every format
| HEX | #fffe63 |
| RGB | rgb(255, 254, 99) |
| HSL | hsl(60, 100%, 69%) |
| CMYK | cmyk(0%, 0%, 61%, 0%) |
| LAB | lab(97.3 -18.1 71.8) |
| LCH | lch(97.3 74.1 104.2) |
| OKLCH | oklch(0.970 0.173 108.9) |
Copy-ready code
/* CSS */
color: #fffe63;
background-color: #fffe63;
/* Tailwind (arbitrary) */
class="text-[#fffe63] bg-[#fffe63]"
/* SCSS */
$brand: #fffe63;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.388)
/* Android */
Color.parseColor("#fffe63")Accessibility — WCAG contrast
Aa
#fffe63 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe63 on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow61.2%
Key (black)0.0%
Color previews
#fffe63 text on a black background
contrast 19.61:1
Card sample
#fffe63 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe63;
Background color
Panel with #fffe63 background
background-color: #fffe63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe63; background: linear-gradient(135deg, #fffe63, #98FF63);