#f0f06f
a light, electric yellow · cool · closest name: khaki
RGB
240, 240, 111
HSL
60°, 81%, 69%
CMYK
0, 0, 54, 6
Luminance
0.8199
Every format
| HEX | #f0f06f |
| RGB | rgb(240, 240, 111) |
| HSL | hsl(60, 81%, 69%) |
| CMYK | cmyk(0%, 0%, 54%, 6%) |
| LAB | lab(92.6 -16.5 61.3) |
| LCH | lch(92.6 63.5 105.1) |
| OKLCH | oklch(0.930 0.151 109.0) |
Copy-ready code
/* CSS */
color: #f0f06f;
background-color: #f0f06f;
/* Tailwind (arbitrary) */
class="text-[#f0f06f] bg-[#f0f06f]"
/* SCSS */
$brand: #f0f06f;
/* SwiftUI */
Color(red: 0.941, green: 0.941, blue: 0.435)
/* Android */
Color.parseColor("#f0f06f")Accessibility — WCAG contrast
Aa
#f0f06f on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f06f on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green94.1%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow53.8%
Key (black)5.9%
Color previews
#f0f06f text on a black background
contrast 17.40:1
Card sample
#f0f06f text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f06f;
Background color
Panel with #f0f06f background
background-color: #f0f06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 240, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 240, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f06f; background: linear-gradient(135deg, #f0f06f, #9AF06F);