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