#f0dc49
a balanced, electric yellow · cool · closest name: gold
RGB
240, 220, 73
HSL
53°, 85%, 61%
CMYK
0, 8, 70, 6
Luminance
0.7019
Every format
| HEX | #f0dc49 |
| RGB | rgb(240, 220, 73) |
| HSL | hsl(53, 85%, 61%) |
| CMYK | cmyk(0%, 8%, 70%, 6%) |
| LAB | lab(87.1 -9.0 71.0) |
| LCH | lch(87.1 71.6 97.2) |
| OKLCH | oklch(0.886 0.161 101.4) |
Copy-ready code
/* CSS */
color: #f0dc49;
background-color: #f0dc49;
/* Tailwind (arbitrary) */
class="text-[#f0dc49] bg-[#f0dc49]"
/* SCSS */
$brand: #f0dc49;
/* SwiftUI */
Color(red: 0.941, green: 0.863, blue: 0.286)
/* Android */
Color.parseColor("#f0dc49")Accessibility — WCAG contrast
Aa
#f0dc49 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dc49 on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green86.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow69.6%
Key (black)5.9%
Color previews
#f0dc49 text on a black background
contrast 15.04:1
Card sample
#f0dc49 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dc49;
Background color
Panel with #f0dc49 background
background-color: #f0dc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 220, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 220, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dc49; background: linear-gradient(135deg, #f0dc49, #95F049);