#f3e758
a balanced, electric yellow · cool · closest name: gold
RGB
243, 231, 88
HSL
55°, 87%, 65%
CMYK
0, 5, 64, 5
Luminance
0.7691
Every format
| HEX | #f3e758 |
| RGB | rgb(243, 231, 88) |
| HSL | hsl(55, 87%, 65%) |
| CMYK | cmyk(0%, 5%, 64%, 5%) |
| LAB | lab(90.3 -12.5 68.6) |
| LCH | lch(90.3 69.7 100.3) |
| OKLCH | oklch(0.912 0.160 104.5) |
Copy-ready code
/* CSS */
color: #f3e758;
background-color: #f3e758;
/* Tailwind (arbitrary) */
class="text-[#f3e758] bg-[#f3e758]"
/* SCSS */
$brand: #f3e758;
/* SwiftUI */
Color(red: 0.953, green: 0.906, blue: 0.345)
/* Android */
Color.parseColor("#f3e758")Accessibility — WCAG contrast
Aa
#f3e758 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3e758 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green90.6%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow63.8%
Key (black)4.7%
Color previews
#f3e758 text on a black background
contrast 16.38:1
Card sample
#f3e758 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3e758;
Background color
Panel with #f3e758 background
background-color: #f3e758;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3e758;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 231, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 231, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3e758; background: linear-gradient(135deg, #f3e758, #98F358);