#f5d52f
a balanced, electric yellow · cool · closest name: gold
RGB
245, 213, 47
HSL
50°, 91%, 57%
CMYK
0, 13, 81, 4
Luminance
0.6721
Every format
| HEX | #f5d52f |
| RGB | rgb(245, 213, 47) |
| HSL | hsl(50, 91%, 57%) |
| CMYK | cmyk(0%, 13%, 81%, 4%) |
| LAB | lab(85.6 -4.4 78.3) |
| LCH | lch(85.6 78.4 93.2) |
| OKLCH | oklch(0.875 0.170 97.3) |
Copy-ready code
/* CSS */
color: #f5d52f;
background-color: #f5d52f;
/* Tailwind (arbitrary) */
class="text-[#f5d52f] bg-[#f5d52f]"
/* SCSS */
$brand: #f5d52f;
/* SwiftUI */
Color(red: 0.961, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#f5d52f")Accessibility — WCAG contrast
Aa
#f5d52f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d52f on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green83.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow80.8%
Key (black)3.9%
Color previews
#f5d52f text on a black background
contrast 14.44:1
Card sample
#f5d52f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d52f;
Background color
Panel with #f5d52f background
background-color: #f5d52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d52f; background: linear-gradient(135deg, #f5d52f, #91F52F);