#f0fbaf
a light, electric yellow · cool · closest name: khaki
RGB
240, 251, 175
HSL
69°, 91%, 84%
CMYK
4, 0, 30, 2
Luminance
0.9061
Every format
| HEX | #f0fbaf |
| RGB | rgb(240, 251, 175) |
| HSL | hsl(69, 91%, 84%) |
| CMYK | cmyk(4%, 0%, 30%, 2%) |
| LAB | lab(96.3 -15.4 35.3) |
| LCH | lch(96.3 38.5 113.5) |
| OKLCH | oklch(0.962 0.097 115.0) |
Copy-ready code
/* CSS */
color: #f0fbaf;
background-color: #f0fbaf;
/* Tailwind (arbitrary) */
class="text-[#f0fbaf] bg-[#f0fbaf]"
/* SCSS */
$brand: #f0fbaf;
/* SwiftUI */
Color(red: 0.941, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#f0fbaf")Accessibility — WCAG contrast
Aa
#f0fbaf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fbaf on black: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.4%
Blue68.6%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#f0fbaf text on a black background
contrast 19.12:1
Card sample
#f0fbaf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fbaf;
Background color
Panel with #f0fbaf background
background-color: #f0fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fbaf; background: linear-gradient(135deg, #f0fbaf, #BDFBAF);