#f5fdbf
a pale, electric yellow · cool · closest name: khaki
RGB
245, 253, 191
HSL
68°, 94%, 87%
CMYK
3, 0, 25, 1
Luminance
0.9342
Every format
| HEX | #f5fdbf |
| RGB | rgb(245, 253, 191) |
| HSL | hsl(68, 94%, 87%) |
| CMYK | cmyk(3%, 0%, 25%, 1%) |
| LAB | lab(97.4 -12.4 28.9) |
| LCH | lch(97.4 31.4 113.3) |
| OKLCH | oklch(0.973 0.080 113.9) |
Copy-ready code
/* CSS */
color: #f5fdbf;
background-color: #f5fdbf;
/* Tailwind (arbitrary) */
class="text-[#f5fdbf] bg-[#f5fdbf]"
/* SCSS */
$brand: #f5fdbf;
/* SwiftUI */
Color(red: 0.961, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#f5fdbf")Accessibility — WCAG contrast
Aa
#f5fdbf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fdbf on black: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green99.2%
Blue74.9%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#f5fdbf text on a black background
contrast 19.68:1
Card sample
#f5fdbf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fdbf;
Background color
Panel with #f5fdbf background
background-color: #f5fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fdbf; background: linear-gradient(135deg, #f5fdbf, #CCFDBF);