#f5c813
a balanced, electric yellow · cool · closest name: gold
RGB
245, 200, 19
HSL
48°, 92%, 52%
CMYK
0, 18, 92, 4
Luminance
0.6077
Every format
| HEX | #f5c813 |
| RGB | rgb(245, 200, 19) |
| HSL | hsl(48, 92%, 52%) |
| CMYK | cmyk(0%, 18%, 92%, 4%) |
| LAB | lab(82.3 1.6 81.4) |
| LCH | lch(82.3 81.5 88.9) |
| OKLCH | oklch(0.848 0.171 92.0) |
Copy-ready code
/* CSS */
color: #f5c813;
background-color: #f5c813;
/* Tailwind (arbitrary) */
class="text-[#f5c813] bg-[#f5c813]"
/* SCSS */
$brand: #f5c813;
/* SwiftUI */
Color(red: 0.961, green: 0.784, blue: 0.075)
/* Android */
Color.parseColor("#f5c813")Accessibility — WCAG contrast
Aa
#f5c813 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c813 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green78.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow92.2%
Key (black)3.9%
Color previews
#f5c813 text on a black background
contrast 13.15:1
Card sample
#f5c813 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c813;
Background color
Panel with #f5c813 background
background-color: #f5c813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 200, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 200, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c813; background: linear-gradient(135deg, #f5c813, #8BF513);