#fffd64
a light, electric yellow · cool · closest name: yellow
RGB
255, 253, 100
HSL
59°, 100%, 70%
CMYK
0, 1, 61, 0
Luminance
0.9243
Every format
| HEX | #fffd64 |
| RGB | rgb(255, 253, 100) |
| HSL | hsl(59, 100%, 70%) |
| CMYK | cmyk(0%, 1%, 61%, 0%) |
| LAB | lab(97.0 -17.6 71.1) |
| LCH | lch(97.0 73.3 103.9) |
| OKLCH | oklch(0.968 0.171 108.5) |
Copy-ready code
/* CSS */
color: #fffd64;
background-color: #fffd64;
/* Tailwind (arbitrary) */
class="text-[#fffd64] bg-[#fffd64]"
/* SCSS */
$brand: #fffd64;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.392)
/* Android */
Color.parseColor("#fffd64")Accessibility — WCAG contrast
Aa
#fffd64 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd64 on black: 19.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow60.8%
Key (black)0.0%
Color previews
#fffd64 text on a black background
contrast 19.49:1
Card sample
#fffd64 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd64;
Background color
Panel with #fffd64 background
background-color: #fffd64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd64; background: linear-gradient(135deg, #fffd64, #9AFF64);