#f0b024
a balanced, electric yellow · warm · closest name: orange
RGB
240, 176, 36
HSL
41°, 87%, 54%
CMYK
0, 27, 85, 6
Luminance
0.4970
Every format
| HEX | #f0b024 |
| RGB | rgb(240, 176, 36) |
| HSL | hsl(41, 87%, 54%) |
| CMYK | cmyk(0%, 27%, 85%, 6%) |
| LAB | lab(75.9 12.3 72.8) |
| LCH | lch(75.9 73.9 80.4) |
| OKLCH | oklch(0.797 0.157 80.6) |
Copy-ready code
/* CSS */
color: #f0b024;
background-color: #f0b024;
/* Tailwind (arbitrary) */
class="text-[#f0b024] bg-[#f0b024]"
/* SCSS */
$brand: #f0b024;
/* SwiftUI */
Color(red: 0.941, green: 0.690, blue: 0.141)
/* Android */
Color.parseColor("#f0b024")Accessibility — WCAG contrast
Aa
#f0b024 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0b024 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green69.0%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow85.0%
Key (black)5.9%
Color previews
#f0b024 text on a black background
contrast 10.94:1
Card sample
#f0b024 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0b024;
Background color
Panel with #f0b024 background
background-color: #f0b024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0b024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 176, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 176, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0b024; background: linear-gradient(135deg, #f0b024, #A8F024);