#f3e794
a light, electric yellow · cool · closest name: khaki
RGB
243, 231, 148
HSL
52°, 80%, 77%
CMYK
0, 5, 39, 5
Luminance
0.7834
Every format
| HEX | #f3e794 |
| RGB | rgb(243, 231, 148) |
| HSL | hsl(52, 80%, 77%) |
| CMYK | cmyk(0%, 5%, 39%, 5%) |
| LAB | lab(90.9 -7.5 41.9) |
| LCH | lch(90.9 42.5 100.2) |
| OKLCH | oklch(0.919 0.104 101.1) |
Copy-ready code
/* CSS */
color: #f3e794;
background-color: #f3e794;
/* Tailwind (arbitrary) */
class="text-[#f3e794] bg-[#f3e794]"
/* SCSS */
$brand: #f3e794;
/* SwiftUI */
Color(red: 0.953, green: 0.906, blue: 0.580)
/* Android */
Color.parseColor("#f3e794")Accessibility — WCAG contrast
Aa
#f3e794 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3e794 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green90.6%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow39.1%
Key (black)4.7%
Color previews
#f3e794 text on a black background
contrast 16.67:1
Card sample
#f3e794 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3e794;
Background color
Panel with #f3e794 background
background-color: #f3e794;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3e794;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 231, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 231, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3e794; background: linear-gradient(135deg, #f3e794, #C0F394);