#f0c44f
a balanced, electric yellow · warm · closest name: khaki
RGB
240, 196, 79
HSL
44°, 84%, 63%
CMYK
0, 18, 67, 6
Luminance
0.5857
Every format
| HEX | #f0c44f |
| RGB | rgb(240, 196, 79) |
| HSL | hsl(44, 84%, 63%) |
| CMYK | cmyk(0%, 18%, 67%, 6%) |
| LAB | lab(81.1 3.5 62.5) |
| LCH | lch(81.1 62.6 86.8) |
| OKLCH | oklch(0.838 0.141 88.1) |
Copy-ready code
/* CSS */
color: #f0c44f;
background-color: #f0c44f;
/* Tailwind (arbitrary) */
class="text-[#f0c44f] bg-[#f0c44f]"
/* SCSS */
$brand: #f0c44f;
/* SwiftUI */
Color(red: 0.941, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#f0c44f")Accessibility — WCAG contrast
Aa
#f0c44f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0c44f on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green76.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow67.1%
Key (black)5.9%
Color previews
#f0c44f text on a black background
contrast 12.71:1
Card sample
#f0c44f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0c44f;
Background color
Panel with #f0c44f background
background-color: #f0c44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0c44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0c44f; background: linear-gradient(135deg, #f0c44f, #B1F04F);