#f5df8c
a light, electric yellow · cool · closest name: khaki
RGB
245, 223, 140
HSL
47°, 84%, 76%
CMYK
0, 9, 43, 4
Luminance
0.7408
Every format
| HEX | #f5df8c |
| RGB | rgb(245, 223, 140) |
| HSL | hsl(47, 84%, 76%) |
| CMYK | cmyk(0%, 9%, 43%, 4%) |
| LAB | lab(89.0 -3.5 43.3) |
| LCH | lch(89.0 43.5 94.7) |
| OKLCH | oklch(0.904 0.106 95.0) |
Copy-ready code
/* CSS */
color: #f5df8c;
background-color: #f5df8c;
/* Tailwind (arbitrary) */
class="text-[#f5df8c] bg-[#f5df8c]"
/* SCSS */
$brand: #f5df8c;
/* SwiftUI */
Color(red: 0.961, green: 0.875, blue: 0.549)
/* Android */
Color.parseColor("#f5df8c")Accessibility — WCAG contrast
Aa
#f5df8c on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5df8c on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow42.9%
Key (black)3.9%
Color previews
#f5df8c text on a black background
contrast 15.82:1
Card sample
#f5df8c text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5df8c;
Background color
Panel with #f5df8c background
background-color: #f5df8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5df8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 223, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 223, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5df8c; background: linear-gradient(135deg, #f5df8c, #C5F58C);