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