#fff64c
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 246, 76
HSL
57°, 100%, 65%
CMYK
0, 4, 70, 0
Luminance
0.8769
Every format
| HEX | #fff64c |
| RGB | rgb(255, 246, 76) |
| HSL | hsl(57, 100%, 65%) |
| CMYK | cmyk(0%, 4%, 70%, 0%) |
| LAB | lab(95.0 -15.5 78.2) |
| LCH | lch(95.0 79.7 101.2) |
| OKLCH | oklch(0.952 0.180 106.3) |
Copy-ready code
/* CSS */
color: #fff64c;
background-color: #fff64c;
/* Tailwind (arbitrary) */
class="text-[#fff64c] bg-[#fff64c]"
/* SCSS */
$brand: #fff64c;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.298)
/* Android */
Color.parseColor("#fff64c")Accessibility — WCAG contrast
Aa
#fff64c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff64c on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow70.2%
Key (black)0.0%
Color previews
#fff64c text on a black background
contrast 18.54:1
Card sample
#fff64c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff64c;
Background color
Panel with #fff64c background
background-color: #fff64c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff64c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff64c; background: linear-gradient(135deg, #fff64c, #91FF4C);