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