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