#f0fba8
a light, electric yellow · cool · closest name: khaki
RGB
240, 251, 168
HSL
68°, 91%, 82%
CMYK
4, 0, 33, 2
Luminance
0.9035
Every format
| HEX | #f0fba8 |
| RGB | rgb(240, 251, 168) |
| HSL | hsl(68, 91%, 82%) |
| CMYK | cmyk(4%, 0%, 33%, 2%) |
| LAB | lab(96.1 -16.3 38.6) |
| LCH | lch(96.1 41.9 112.8) |
| OKLCH | oklch(0.961 0.105 114.6) |
Copy-ready code
/* CSS */
color: #f0fba8;
background-color: #f0fba8;
/* Tailwind (arbitrary) */
class="text-[#f0fba8] bg-[#f0fba8]"
/* SCSS */
$brand: #f0fba8;
/* SwiftUI */
Color(red: 0.941, green: 0.984, blue: 0.659)
/* Android */
Color.parseColor("#f0fba8")Accessibility — WCAG contrast
Aa
#f0fba8 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fba8 on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.4%
Blue65.9%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow33.1%
Key (black)1.6%
Color previews
#f0fba8 text on a black background
contrast 19.07:1
Card sample
#f0fba8 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fba8;
Background color
Panel with #f0fba8 background
background-color: #f0fba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 251, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 251, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fba8; background: linear-gradient(135deg, #f0fba8, #B9FBA8);