#f3eb59
a light, electric yellow · cool · closest name: gold
RGB
243, 235, 89
HSL
57°, 87%, 65%
CMYK
0, 3, 63, 5
Luminance
0.7919
Every format
| HEX | #f3eb59 |
| RGB | rgb(243, 235, 89) |
| HSL | hsl(57, 87%, 65%) |
| CMYK | cmyk(0%, 3%, 63%, 5%) |
| LAB | lab(91.3 -14.4 69.3) |
| LCH | lch(91.3 70.7 101.7) |
| OKLCH | oklch(0.920 0.163 106.2) |
Copy-ready code
/* CSS */
color: #f3eb59;
background-color: #f3eb59;
/* Tailwind (arbitrary) */
class="text-[#f3eb59] bg-[#f3eb59]"
/* SCSS */
$brand: #f3eb59;
/* SwiftUI */
Color(red: 0.953, green: 0.922, blue: 0.349)
/* Android */
Color.parseColor("#f3eb59")Accessibility — WCAG contrast
Aa
#f3eb59 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3eb59 on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green92.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow63.4%
Key (black)4.7%
Color previews
#f3eb59 text on a black background
contrast 16.84:1
Card sample
#f3eb59 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3eb59;
Background color
Panel with #f3eb59 background
background-color: #f3eb59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3eb59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 235, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 235, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3eb59; background: linear-gradient(135deg, #f3eb59, #94F359);