#fff80c
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 248, 12
HSL
58°, 100%, 52%
CMYK
0, 3, 95, 0
Luminance
0.8842
Every format
| HEX | #fff80c |
| RGB | rgb(255, 248, 12) |
| HSL | hsl(58, 100%, 52%) |
| CMYK | cmyk(0%, 3%, 95%, 0%) |
| LAB | lab(95.3 -18.1 92.3) |
| LCH | lch(95.3 94.1 101.1) |
| OKLCH | oklch(0.954 0.204 107.6) |
Copy-ready code
/* CSS */
color: #fff80c;
background-color: #fff80c;
/* Tailwind (arbitrary) */
class="text-[#fff80c] bg-[#fff80c]"
/* SCSS */
$brand: #fff80c;
/* SwiftUI */
Color(red: 1.000, green: 0.973, blue: 0.047)
/* Android */
Color.parseColor("#fff80c")Accessibility — WCAG contrast
Aa
#fff80c on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff80c on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.3%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow95.3%
Key (black)0.0%
Color previews
#fff80c text on a black background
contrast 18.68:1
Card sample
#fff80c text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff80c;
Background color
Panel with #fff80c background
background-color: #fff80c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff80c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 248, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 248, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff80c; background: linear-gradient(135deg, #fff80c, #64FF0C);