#f0c032
a balanced, electric yellow · warm · closest name: gold
RGB
240, 192, 50
HSL
45°, 86%, 57%
CMYK
0, 20, 79, 6
Luminance
0.5645
Every format
| HEX | #f0c032 |
| RGB | rgb(240, 192, 50) |
| HSL | hsl(45, 86%, 57%) |
| CMYK | cmyk(0%, 20%, 79%, 6%) |
| LAB | lab(79.9 4.3 72.2) |
| LCH | lch(79.9 72.3 86.6) |
| OKLCH | oklch(0.828 0.156 88.6) |
Copy-ready code
/* CSS */
color: #f0c032;
background-color: #f0c032;
/* Tailwind (arbitrary) */
class="text-[#f0c032] bg-[#f0c032]"
/* SCSS */
$brand: #f0c032;
/* SwiftUI */
Color(red: 0.941, green: 0.753, blue: 0.196)
/* Android */
Color.parseColor("#f0c032")Accessibility — WCAG contrast
Aa
#f0c032 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0c032 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green75.3%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow79.2%
Key (black)5.9%
Color previews
#f0c032 text on a black background
contrast 12.29:1
Card sample
#f0c032 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0c032;
Background color
Panel with #f0c032 background
background-color: #f0c032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0c032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 192, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 192, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0c032; background: linear-gradient(135deg, #f0c032, #A2F032);