#f8cd0c
a balanced, electric yellow · cool · closest name: gold
RGB
248, 205, 12
HSL
49°, 94%, 51%
CMYK
0, 17, 95, 3
Luminance
0.6365
Every format
| HEX | #f8cd0c |
| RGB | rgb(248, 205, 12) |
| HSL | hsl(49, 94%, 51%) |
| CMYK | cmyk(0%, 17%, 95%, 3%) |
| LAB | lab(83.8 0.3 83.5) |
| LCH | lch(83.8 83.5 89.8) |
| OKLCH | oklch(0.860 0.175 93.4) |
Copy-ready code
/* CSS */
color: #f8cd0c;
background-color: #f8cd0c;
/* Tailwind (arbitrary) */
class="text-[#f8cd0c] bg-[#f8cd0c]"
/* SCSS */
$brand: #f8cd0c;
/* SwiftUI */
Color(red: 0.973, green: 0.804, blue: 0.047)
/* Android */
Color.parseColor("#f8cd0c")Accessibility — WCAG contrast
Aa
#f8cd0c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cd0c on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow95.2%
Key (black)2.7%
Color previews
#f8cd0c text on a black background
contrast 13.73:1
Card sample
#f8cd0c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cd0c;
Background color
Panel with #f8cd0c background
background-color: #f8cd0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cd0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 205, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 205, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cd0c; background: linear-gradient(135deg, #f8cd0c, #86F80C);