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