#f0f06b
a light, electric yellow · cool · closest name: khaki
RGB
240, 240, 107
HSL
60°, 82%, 68%
CMYK
0, 0, 55, 6
Luminance
0.8191
Every format
| HEX | #f0f06b |
| RGB | rgb(240, 240, 107) |
| HSL | hsl(60, 82%, 68%) |
| CMYK | cmyk(0%, 0%, 55%, 6%) |
| LAB | lab(92.5 -16.8 63.0) |
| LCH | lch(92.5 65.2 105.0) |
| OKLCH | oklch(0.930 0.154 109.1) |
Copy-ready code
/* CSS */
color: #f0f06b;
background-color: #f0f06b;
/* Tailwind (arbitrary) */
class="text-[#f0f06b] bg-[#f0f06b]"
/* SCSS */
$brand: #f0f06b;
/* SwiftUI */
Color(red: 0.941, green: 0.941, blue: 0.420)
/* Android */
Color.parseColor("#f0f06b")Accessibility — WCAG contrast
Aa
#f0f06b on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f06b on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green94.1%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow55.4%
Key (black)5.9%
Color previews
#f0f06b text on a black background
contrast 17.38:1
Card sample
#f0f06b text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f06b;
Background color
Panel with #f0f06b background
background-color: #f0f06b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f06b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 240, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 240, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f06b; background: linear-gradient(135deg, #f0f06b, #97F06B);