#f0c757
a balanced, electric yellow · warm · closest name: khaki
RGB
240, 199, 87
HSL
44°, 84%, 64%
CMYK
0, 17, 64, 6
Luminance
0.6006
Every format
| HEX | #f0c757 |
| RGB | rgb(240, 199, 87) |
| HSL | hsl(44, 84%, 64%) |
| CMYK | cmyk(0%, 17%, 64%, 6%) |
| LAB | lab(81.9 2.4 59.9) |
| LCH | lch(81.9 60.0 87.7) |
| OKLCH | oklch(0.845 0.137 88.9) |
Copy-ready code
/* CSS */
color: #f0c757;
background-color: #f0c757;
/* Tailwind (arbitrary) */
class="text-[#f0c757] bg-[#f0c757]"
/* SCSS */
$brand: #f0c757;
/* SwiftUI */
Color(red: 0.941, green: 0.780, blue: 0.341)
/* Android */
Color.parseColor("#f0c757")Accessibility — WCAG contrast
Aa
#f0c757 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0c757 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green78.0%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow63.7%
Key (black)5.9%
Color previews
#f0c757 text on a black background
contrast 13.01:1
Card sample
#f0c757 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0c757;
Background color
Panel with #f0c757 background
background-color: #f0c757;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0c757;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 199, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 199, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0c757; background: linear-gradient(135deg, #f0c757, #B3F057);