#f0ff7c
a light, electric yellow · cool · closest name: khaki
RGB
240, 255, 124
HSL
67°, 100%, 74%
CMYK
6, 0, 51, 0
Luminance
0.9150
Every format
| HEX | #f0ff7c |
| RGB | rgb(240, 255, 124) |
| HSL | hsl(67, 100%, 74%) |
| CMYK | cmyk(6%, 0%, 51%, 0%) |
| LAB | lab(96.6 -22.7 60.1) |
| LCH | lch(96.6 64.3 110.7) |
| OKLCH | oklch(0.963 0.156 114.8) |
Copy-ready code
/* CSS */
color: #f0ff7c;
background-color: #f0ff7c;
/* Tailwind (arbitrary) */
class="text-[#f0ff7c] bg-[#f0ff7c]"
/* SCSS */
$brand: #f0ff7c;
/* SwiftUI */
Color(red: 0.941, green: 1.000, blue: 0.486)
/* Android */
Color.parseColor("#f0ff7c")Accessibility — WCAG contrast
Aa
#f0ff7c on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ff7c on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green100.0%
Blue48.6%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow51.4%
Key (black)0.0%
Color previews
#f0ff7c text on a black background
contrast 19.30:1
Card sample
#f0ff7c text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ff7c;
Background color
Panel with #f0ff7c background
background-color: #f0ff7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ff7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 255, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 255, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ff7c; background: linear-gradient(135deg, #f0ff7c, #99FF7C);