#f5eba3
a light, electric yellow · cool · closest name: khaki
RGB
245, 235, 163
HSL
53°, 80%, 80%
CMYK
0, 4, 34, 4
Luminance
0.8147
Every format
| HEX | #f5eba3 |
| RGB | rgb(245, 235, 163) |
| HSL | hsl(53, 80%, 80%) |
| CMYK | cmyk(0%, 4%, 34%, 4%) |
| LAB | lab(92.3 -7.1 36.2) |
| LCH | lch(92.3 36.9 101.0) |
| OKLCH | oklch(0.931 0.092 101.2) |
Copy-ready code
/* CSS */
color: #f5eba3;
background-color: #f5eba3;
/* Tailwind (arbitrary) */
class="text-[#f5eba3] bg-[#f5eba3]"
/* SCSS */
$brand: #f5eba3;
/* SwiftUI */
Color(red: 0.961, green: 0.922, blue: 0.639)
/* Android */
Color.parseColor("#f5eba3")Accessibility — WCAG contrast
Aa
#f5eba3 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5eba3 on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green92.2%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow33.5%
Key (black)3.9%
Color previews
#f5eba3 text on a black background
contrast 17.29:1
Card sample
#f5eba3 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5eba3;
Background color
Panel with #f5eba3 background
background-color: #f5eba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5eba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 235, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 235, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5eba3; background: linear-gradient(135deg, #f5eba3, #C8F5A3);