#f3f99f
a light, electric yellow · cool · closest name: khaki
RGB
243, 249, 159
HSL
64°, 88%, 80%
CMYK
2, 0, 36, 2
Luminance
0.8931
Every format
| HEX | #f3f99f |
| RGB | rgb(243, 249, 159) |
| HSL | hsl(64, 88%, 80%) |
| CMYK | cmyk(2%, 0%, 36%, 2%) |
| LAB | lab(95.7 -15.2 42.6) |
| LCH | lch(95.7 45.2 109.7) |
| OKLCH | oklch(0.958 0.112 111.6) |
Copy-ready code
/* CSS */
color: #f3f99f;
background-color: #f3f99f;
/* Tailwind (arbitrary) */
class="text-[#f3f99f] bg-[#f3f99f]"
/* SCSS */
$brand: #f3f99f;
/* SwiftUI */
Color(red: 0.953, green: 0.976, blue: 0.624)
/* Android */
Color.parseColor("#f3f99f")Accessibility — WCAG contrast
Aa
#f3f99f on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3f99f on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green97.6%
Blue62.4%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow36.1%
Key (black)2.4%
Color previews
#f3f99f text on a black background
contrast 18.86:1
Card sample
#f3f99f text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3f99f;
Background color
Panel with #f3f99f background
background-color: #f3f99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3f99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 249, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 249, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3f99f; background: linear-gradient(135deg, #f3f99f, #B7F99F);