#f5d13c
a balanced, electric yellow · cool · closest name: gold
RGB
245, 209, 60
HSL
48°, 90%, 60%
CMYK
0, 15, 76, 4
Luminance
0.6534
Every format
| HEX | #f5d13c |
| RGB | rgb(245, 209, 60) |
| HSL | hsl(48, 90%, 60%) |
| CMYK | cmyk(0%, 15%, 76%, 4%) |
| LAB | lab(84.7 -1.9 73.4) |
| LCH | lch(84.7 73.5 91.5) |
| OKLCH | oklch(0.867 0.161 94.7) |
Copy-ready code
/* CSS */
color: #f5d13c;
background-color: #f5d13c;
/* Tailwind (arbitrary) */
class="text-[#f5d13c] bg-[#f5d13c]"
/* SCSS */
$brand: #f5d13c;
/* SwiftUI */
Color(red: 0.961, green: 0.820, blue: 0.235)
/* Android */
Color.parseColor("#f5d13c")Accessibility — WCAG contrast
Aa
#f5d13c on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d13c on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green82.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow75.5%
Key (black)3.9%
Color previews
#f5d13c text on a black background
contrast 14.07:1
Card sample
#f5d13c text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d13c;
Background color
Panel with #f5d13c background
background-color: #f5d13c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d13c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 209, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 209, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d13c; background: linear-gradient(135deg, #f5d13c, #9EF53C);