#f0f89f
a light, electric yellow · cool · closest name: khaki
RGB
240, 248, 159
HSL
65°, 86%, 80%
CMYK
3, 0, 36, 3
Luminance
0.8816
Every format
| HEX | #f0f89f |
| RGB | rgb(240, 248, 159) |
| HSL | hsl(65, 86%, 80%) |
| CMYK | cmyk(3%, 0%, 36%, 3%) |
| LAB | lab(95.2 -15.8 41.9) |
| LCH | lch(95.2 44.8 110.7) |
| OKLCH | oklch(0.953 0.112 112.7) |
Copy-ready code
/* CSS */
color: #f0f89f;
background-color: #f0f89f;
/* Tailwind (arbitrary) */
class="text-[#f0f89f] bg-[#f0f89f]"
/* SCSS */
$brand: #f0f89f;
/* SwiftUI */
Color(red: 0.941, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#f0f89f")Accessibility — WCAG contrast
Aa
#f0f89f on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f89f on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green97.3%
Blue62.4%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow35.9%
Key (black)2.7%
Color previews
#f0f89f text on a black background
contrast 18.63:1
Card sample
#f0f89f text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f89f;
Background color
Panel with #f0f89f background
background-color: #f0f89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f89f; background: linear-gradient(135deg, #f0f89f, #B5F89F);