#fff45c
a light, electric yellow · cool · closest name: gold
RGB
255, 244, 92
HSL
56°, 100%, 68%
CMYK
0, 4, 64, 0
Luminance
0.8673
Every format
| HEX | #fff45c |
| RGB | rgb(255, 244, 92) |
| HSL | hsl(56, 100%, 68%) |
| CMYK | cmyk(0%, 4%, 64%, 0%) |
| LAB | lab(94.6 -13.7 71.8) |
| LCH | lch(94.6 73.1 100.8) |
| OKLCH | oklch(0.949 0.168 105.2) |
Copy-ready code
/* CSS */
color: #fff45c;
background-color: #fff45c;
/* Tailwind (arbitrary) */
class="text-[#fff45c] bg-[#fff45c]"
/* SCSS */
$brand: #fff45c;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.361)
/* Android */
Color.parseColor("#fff45c")Accessibility — WCAG contrast
Aa
#fff45c on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff45c on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow63.9%
Key (black)0.0%
Color previews
#fff45c text on a black background
contrast 18.35:1
Card sample
#fff45c text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff45c;
Background color
Panel with #fff45c background
background-color: #fff45c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff45c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff45c; background: linear-gradient(135deg, #fff45c, #9DFF5C);