#f3f49f
a light, electric yellow · cool · closest name: khaki
RGB
243, 244, 159
HSL
61°, 79%, 79%
CMYK
0, 0, 35, 4
Luminance
0.8626
Every format
| HEX | #f3f49f |
| RGB | rgb(243, 244, 159) |
| HSL | hsl(61, 79%, 79%) |
| CMYK | cmyk(0%, 0%, 35%, 4%) |
| LAB | lab(94.4 -12.8 40.9) |
| LCH | lch(94.4 42.8 107.3) |
| OKLCH | oklch(0.947 0.106 108.8) |
Copy-ready code
/* CSS */
color: #f3f49f;
background-color: #f3f49f;
/* Tailwind (arbitrary) */
class="text-[#f3f49f] bg-[#f3f49f]"
/* SCSS */
$brand: #f3f49f;
/* SwiftUI */
Color(red: 0.953, green: 0.957, blue: 0.624)
/* Android */
Color.parseColor("#f3f49f")Accessibility — WCAG contrast
Aa
#f3f49f on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3f49f on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green95.7%
Blue62.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow34.8%
Key (black)4.3%
Color previews
#f3f49f text on a black background
contrast 18.25:1
Card sample
#f3f49f text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3f49f;
Background color
Panel with #f3f49f background
background-color: #f3f49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3f49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 244, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 244, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3f49f; background: linear-gradient(135deg, #f3f49f, #BAF49F);