#f5fd9b
a light, electric yellow · cool · closest name: khaki
RGB
245, 253, 155
HSL
65°, 96%, 80%
CMYK
3, 0, 39, 1
Luminance
0.9203
Every format
| HEX | #f5fd9b |
| RGB | rgb(245, 253, 155) |
| HSL | hsl(65, 96%, 80%) |
| CMYK | cmyk(3%, 0%, 39%, 1%) |
| LAB | lab(96.8 -16.8 46.0) |
| LCH | lch(96.8 49.0 110.1) |
| OKLCH | oklch(0.967 0.121 112.5) |
Copy-ready code
/* CSS */
color: #f5fd9b;
background-color: #f5fd9b;
/* Tailwind (arbitrary) */
class="text-[#f5fd9b] bg-[#f5fd9b]"
/* SCSS */
$brand: #f5fd9b;
/* SwiftUI */
Color(red: 0.961, green: 0.992, blue: 0.608)
/* Android */
Color.parseColor("#f5fd9b")Accessibility — WCAG contrast
Aa
#f5fd9b on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fd9b on black: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green99.2%
Blue60.8%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow38.7%
Key (black)0.8%
Color previews
#f5fd9b text on a black background
contrast 19.41:1
Card sample
#f5fd9b text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fd9b;
Background color
Panel with #f5fd9b background
background-color: #f5fd9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fd9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 253, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 253, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fd9b; background: linear-gradient(135deg, #f5fd9b, #B4FD9B);