#fffe45
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 254, 69
HSL
60°, 100%, 64%
CMYK
0, 0, 73, 0
Luminance
0.9257
Every format
| HEX | #fffe45 |
| RGB | rgb(255, 254, 69) |
| HSL | hsl(60, 100%, 64%) |
| CMYK | cmyk(0%, 0%, 73%, 0%) |
| LAB | lab(97.1 -19.7 82.4) |
| LCH | lch(97.1 84.7 103.4) |
| OKLCH | oklch(0.968 0.192 109.2) |
Copy-ready code
/* CSS */
color: #fffe45;
background-color: #fffe45;
/* Tailwind (arbitrary) */
class="text-[#fffe45] bg-[#fffe45]"
/* SCSS */
$brand: #fffe45;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.271)
/* Android */
Color.parseColor("#fffe45")Accessibility — WCAG contrast
Aa
#fffe45 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe45 on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow72.9%
Key (black)0.0%
Color previews
#fffe45 text on a black background
contrast 19.51:1
Card sample
#fffe45 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe45;
Background color
Panel with #fffe45 background
background-color: #fffe45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe45; background: linear-gradient(135deg, #fffe45, #84FF45);