#f5df16
a balanced, electric yellow · cool · closest name: gold
RGB
245, 223, 22
HSL
54°, 92%, 52%
CMYK
0, 9, 91, 4
Luminance
0.7225
Every format
| HEX | #f5df16 |
| RGB | rgb(245, 223, 22) |
| HSL | hsl(54, 92%, 52%) |
| CMYK | cmyk(0%, 9%, 91%, 4%) |
| LAB | lab(88.1 -10.0 85.4) |
| LCH | lch(88.1 86.0 96.7) |
| OKLCH | oklch(0.894 0.184 102.0) |
Copy-ready code
/* CSS */
color: #f5df16;
background-color: #f5df16;
/* Tailwind (arbitrary) */
class="text-[#f5df16] bg-[#f5df16]"
/* SCSS */
$brand: #f5df16;
/* SwiftUI */
Color(red: 0.961, green: 0.875, blue: 0.086)
/* Android */
Color.parseColor("#f5df16")Accessibility — WCAG contrast
Aa
#f5df16 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5df16 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.5%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow91.0%
Key (black)3.9%
Color previews
#f5df16 text on a black background
contrast 15.45:1
Card sample
#f5df16 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5df16;
Background color
Panel with #f5df16 background
background-color: #f5df16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5df16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 223, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 223, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5df16; background: linear-gradient(135deg, #f5df16, #76F516);