#f5fbab
a light, electric yellow · cool · closest name: khaki
RGB
245, 251, 171
HSL
65°, 91%, 83%
CMYK
2, 0, 32, 2
Luminance
0.9135
Every format
| HEX | #f5fbab |
| RGB | rgb(245, 251, 171) |
| HSL | hsl(65, 91%, 83%) |
| CMYK | cmyk(2%, 0%, 32%, 2%) |
| LAB | lab(96.5 -14.0 37.8) |
| LCH | lch(96.5 40.3 110.4) |
| OKLCH | oklch(0.965 0.101 111.8) |
Copy-ready code
/* CSS */
color: #f5fbab;
background-color: #f5fbab;
/* Tailwind (arbitrary) */
class="text-[#f5fbab] bg-[#f5fbab]"
/* SCSS */
$brand: #f5fbab;
/* SwiftUI */
Color(red: 0.961, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#f5fbab")Accessibility — WCAG contrast
Aa
#f5fbab on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fbab on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.4%
Blue67.1%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#f5fbab text on a black background
contrast 19.27:1
Card sample
#f5fbab text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fbab;
Background color
Panel with #f5fbab background
background-color: #f5fbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fbab; background: linear-gradient(135deg, #f5fbab, #C0FBAB);