#f5ea59
a light, electric yellow · cool · closest name: gold
RGB
245, 234, 89
HSL
56°, 89%, 66%
CMYK
0, 5, 64, 4
Luminance
0.7898
Every format
| HEX | #f5ea59 |
| RGB | rgb(245, 234, 89) |
| HSL | hsl(56, 89%, 66%) |
| CMYK | cmyk(0%, 5%, 64%, 4%) |
| LAB | lab(91.2 -13.1 69.2) |
| LCH | lch(91.2 70.4 100.7) |
| OKLCH | oklch(0.920 0.162 105.0) |
Copy-ready code
/* CSS */
color: #f5ea59;
background-color: #f5ea59;
/* Tailwind (arbitrary) */
class="text-[#f5ea59] bg-[#f5ea59]"
/* SCSS */
$brand: #f5ea59;
/* SwiftUI */
Color(red: 0.961, green: 0.918, blue: 0.349)
/* Android */
Color.parseColor("#f5ea59")Accessibility — WCAG contrast
Aa
#f5ea59 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ea59 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green91.8%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow63.7%
Key (black)3.9%
Color previews
#f5ea59 text on a black background
contrast 16.80:1
Card sample
#f5ea59 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ea59;
Background color
Panel with #f5ea59 background
background-color: #f5ea59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ea59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 234, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 234, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ea59; background: linear-gradient(135deg, #f5ea59, #98F559);