#f0ba00
a balanced, electric yellow · cool · closest name: gold
RGB
240, 186, 0
HSL
47°, 100%, 47%
CMYK
0, 23, 100, 6
Luminance
0.5364
Every format
| HEX | #f0ba00 |
| RGB | rgb(240, 186, 0) |
| HSL | hsl(47, 100%, 47%) |
| CMYK | cmyk(0%, 23%, 100%, 6%) |
| LAB | lab(78.3 6.5 80.4) |
| LCH | lch(78.3 80.7 85.3) |
| OKLCH | oklch(0.815 0.167 87.4) |
Copy-ready code
/* CSS */
color: #f0ba00;
background-color: #f0ba00;
/* Tailwind (arbitrary) */
class="text-[#f0ba00] bg-[#f0ba00]"
/* SCSS */
$brand: #f0ba00;
/* SwiftUI */
Color(red: 0.941, green: 0.729, blue: 0.000)
/* Android */
Color.parseColor("#f0ba00")Accessibility — WCAG contrast
Aa
#f0ba00 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ba00 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green72.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow100.0%
Key (black)5.9%
Color previews
#f0ba00 text on a black background
contrast 11.73:1
Card sample
#f0ba00 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ba00;
Background color
Panel with #f0ba00 background
background-color: #f0ba00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ba00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 186, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 186, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ba00; background: linear-gradient(135deg, #f0ba00, #86F000);