#f0cc2c
a balanced, electric yellow · cool · closest name: gold
RGB
240, 204, 44
HSL
49°, 87%, 56%
CMYK
0, 15, 82, 6
Luminance
0.6189
Every format
| HEX | #f0cc2c |
| RGB | rgb(240, 204, 44) |
| HSL | hsl(49, 87%, 56%) |
| CMYK | cmyk(0%, 15%, 82%, 6%) |
| LAB | lab(82.9 -2.0 76.5) |
| LCH | lch(82.9 76.6 91.5) |
| OKLCH | oklch(0.852 0.165 95.1) |
Copy-ready code
/* CSS */
color: #f0cc2c;
background-color: #f0cc2c;
/* Tailwind (arbitrary) */
class="text-[#f0cc2c] bg-[#f0cc2c]"
/* SCSS */
$brand: #f0cc2c;
/* SwiftUI */
Color(red: 0.941, green: 0.800, blue: 0.173)
/* Android */
Color.parseColor("#f0cc2c")Accessibility — WCAG contrast
Aa
#f0cc2c on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cc2c on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow81.7%
Key (black)5.9%
Color previews
#f0cc2c text on a black background
contrast 13.38:1
Card sample
#f0cc2c text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cc2c;
Background color
Panel with #f0cc2c background
background-color: #f0cc2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cc2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 204, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 204, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cc2c; background: linear-gradient(135deg, #f0cc2c, #91F02C);