#fffe33
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 254, 51
HSL
60°, 100%, 60%
CMYK
0, 0, 80, 0
Luminance
0.9238
Every format
| HEX | #fffe33 |
| RGB | rgb(255, 254, 51) |
| HSL | hsl(60, 100%, 60%) |
| CMYK | cmyk(0%, 0%, 80%, 0%) |
| LAB | lab(97.0 -20.3 87.3) |
| LCH | lch(97.0 89.7 103.1) |
| OKLCH | oklch(0.967 0.200 109.3) |
Copy-ready code
/* CSS */
color: #fffe33;
background-color: #fffe33;
/* Tailwind (arbitrary) */
class="text-[#fffe33] bg-[#fffe33]"
/* SCSS */
$brand: #fffe33;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.200)
/* Android */
Color.parseColor("#fffe33")Accessibility — WCAG contrast
Aa
#fffe33 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe33 on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow80.0%
Key (black)0.0%
Color previews
#fffe33 text on a black background
contrast 19.48:1
Card sample
#fffe33 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe33;
Background color
Panel with #fffe33 background
background-color: #fffe33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe33; background: linear-gradient(135deg, #fffe33, #78FF33);