#f0b813
a balanced, electric yellow · warm · closest name: gold
RGB
240, 184, 19
HSL
45°, 88%, 51%
CMYK
0, 23, 92, 6
Luminance
0.5285
Every format
| HEX | #f0b813 |
| RGB | rgb(240, 184, 19) |
| HSL | hsl(45, 88%, 51%) |
| CMYK | cmyk(0%, 23%, 92%, 6%) |
| LAB | lab(77.8 7.8 77.9) |
| LCH | lch(77.8 78.3 84.3) |
| OKLCH | oklch(0.811 0.163 85.9) |
Copy-ready code
/* CSS */
color: #f0b813;
background-color: #f0b813;
/* Tailwind (arbitrary) */
class="text-[#f0b813] bg-[#f0b813]"
/* SCSS */
$brand: #f0b813;
/* SwiftUI */
Color(red: 0.941, green: 0.722, blue: 0.075)
/* Android */
Color.parseColor("#f0b813")Accessibility — WCAG contrast
Aa
#f0b813 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0b813 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green72.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow92.1%
Key (black)5.9%
Color previews
#f0b813 text on a black background
contrast 11.57:1
Card sample
#f0b813 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0b813;
Background color
Panel with #f0b813 background
background-color: #f0b813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0b813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 184, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 184, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0b813; background: linear-gradient(135deg, #f0b813, #95F013);