#fffe18
a balanced, electric yellow · cool · “yellow”
RGB
255, 254, 24
HSL
60°, 100%, 55%
CMYK
0, 0, 91, 0
Luminance
0.9221
Every format
| HEX | #fffe18 |
| RGB | rgb(255, 254, 24) |
| HSL | hsl(60, 100%, 55%) |
| CMYK | cmyk(0%, 0%, 91%, 0%) |
| LAB | lab(96.9 -20.9 92.3) |
| LCH | lch(96.9 94.6 102.7) |
| OKLCH | oklch(0.966 0.207 109.4) |
Copy-ready code
/* CSS */
color: #fffe18;
background-color: #fffe18;
/* Tailwind (arbitrary) */
class="text-[#fffe18] bg-[#fffe18]"
/* SCSS */
$brand: #fffe18;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.094)
/* Android */
Color.parseColor("#fffe18")Accessibility — WCAG contrast
Aa
#fffe18 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe18 on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow90.6%
Key (black)0.0%
Color previews
#fffe18 text on a black background
contrast 19.44:1
Card sample
#fffe18 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe18;
Background color
Panel with #fffe18 background
background-color: #fffe18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe18; background: linear-gradient(135deg, #fffe18, #66FF18);