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