#f0d492
a light, electric yellow · warm · closest name: khaki
RGB
240, 212, 146
HSL
42°, 76%, 76%
CMYK
0, 12, 39, 6
Luminance
0.6769
Every format
| HEX | #f0d492 |
| RGB | rgb(240, 212, 146) |
| HSL | hsl(42, 76%, 76%) |
| CMYK | cmyk(0%, 12%, 39%, 6%) |
| LAB | lab(85.8 0.8 36.2) |
| LCH | lch(85.8 36.2 88.8) |
| OKLCH | oklch(0.878 0.089 87.5) |
Copy-ready code
/* CSS */
color: #f0d492;
background-color: #f0d492;
/* Tailwind (arbitrary) */
class="text-[#f0d492] bg-[#f0d492]"
/* SCSS */
$brand: #f0d492;
/* SwiftUI */
Color(red: 0.941, green: 0.831, blue: 0.573)
/* Android */
Color.parseColor("#f0d492")Accessibility — WCAG contrast
Aa
#f0d492 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0d492 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green83.1%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow39.2%
Key (black)5.9%
Color previews
#f0d492 text on a black background
contrast 14.54:1
Card sample
#f0d492 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0d492;
Background color
Panel with #f0d492 background
background-color: #f0d492;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0d492;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 212, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 212, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0d492; background: linear-gradient(135deg, #f0d492, #CDF092);