#f0f087
a light, electric yellow · cool · closest name: khaki
RGB
240, 240, 135
HSL
60°, 78%, 74%
CMYK
0, 0, 44, 6
Luminance
0.8259
Every format
| HEX | #f0f087 |
| RGB | rgb(240, 240, 135) |
| HSL | hsl(60, 78%, 74%) |
| CMYK | cmyk(0%, 0%, 44%, 6%) |
| LAB | lab(92.8 -14.4 50.5) |
| LCH | lch(92.8 52.5 106.0) |
| OKLCH | oklch(0.933 0.128 108.6) |
Copy-ready code
/* CSS */
color: #f0f087;
background-color: #f0f087;
/* Tailwind (arbitrary) */
class="text-[#f0f087] bg-[#f0f087]"
/* SCSS */
$brand: #f0f087;
/* SwiftUI */
Color(red: 0.941, green: 0.941, blue: 0.529)
/* Android */
Color.parseColor("#f0f087")Accessibility — WCAG contrast
Aa
#f0f087 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f087 on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green94.1%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow43.8%
Key (black)5.9%
Color previews
#f0f087 text on a black background
contrast 17.52:1
Card sample
#f0f087 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f087;
Background color
Panel with #f0f087 background
background-color: #f0f087;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f087;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 240, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 240, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f087; background: linear-gradient(135deg, #f0f087, #AAF087);