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