#f3e59b
a light, electric yellow · cool · closest name: khaki
RGB
243, 229, 155
HSL
51°, 79%, 78%
CMYK
0, 6, 36, 5
Luminance
0.7746
Every format
| HEX | #f3e59b |
| RGB | rgb(243, 229, 155) |
| HSL | hsl(51, 79%, 78%) |
| CMYK | cmyk(0%, 6%, 36%, 5%) |
| LAB | lab(90.5 -5.7 37.8) |
| LCH | lch(90.5 38.3 98.6) |
| OKLCH | oklch(0.916 0.095 98.8) |
Copy-ready code
/* CSS */
color: #f3e59b;
background-color: #f3e59b;
/* Tailwind (arbitrary) */
class="text-[#f3e59b] bg-[#f3e59b]"
/* SCSS */
$brand: #f3e59b;
/* SwiftUI */
Color(red: 0.953, green: 0.898, blue: 0.608)
/* Android */
Color.parseColor("#f3e59b")Accessibility — WCAG contrast
Aa
#f3e59b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3e59b on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green89.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow36.2%
Key (black)4.7%
Color previews
#f3e59b text on a black background
contrast 16.49:1
Card sample
#f3e59b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3e59b;
Background color
Panel with #f3e59b background
background-color: #f3e59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3e59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 229, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 229, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3e59b; background: linear-gradient(135deg, #f3e59b, #C6F39B);