#f3f19b
a light, electric yellow · cool · closest name: khaki
RGB
243, 241, 155
HSL
59°, 79%, 78%
CMYK
0, 1, 36, 5
Luminance
0.8433
Every format
| HEX | #f3f19b |
| RGB | rgb(243, 241, 155) |
| HSL | hsl(59, 79%, 78%) |
| CMYK | cmyk(0%, 1%, 36%, 5%) |
| LAB | lab(93.6 -11.7 41.8) |
| LCH | lch(93.6 43.4 105.7) |
| OKLCH | oklch(0.941 0.107 107.2) |
Copy-ready code
/* CSS */
color: #f3f19b;
background-color: #f3f19b;
/* Tailwind (arbitrary) */
class="text-[#f3f19b] bg-[#f3f19b]"
/* SCSS */
$brand: #f3f19b;
/* SwiftUI */
Color(red: 0.953, green: 0.945, blue: 0.608)
/* Android */
Color.parseColor("#f3f19b")Accessibility — WCAG contrast
Aa
#f3f19b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3f19b on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green94.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow36.2%
Key (black)4.7%
Color previews
#f3f19b text on a black background
contrast 17.87:1
Card sample
#f3f19b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3f19b;
Background color
Panel with #f3f19b background
background-color: #f3f19b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3f19b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 241, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 241, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3f19b; background: linear-gradient(135deg, #f3f19b, #BAF39B);