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