#f3ef1c
a balanced, electric yellow · cool · closest name: yellow
RGB
243, 239, 28
HSL
59°, 90%, 53%
CMYK
0, 2, 89, 5
Luminance
0.8087
Every format
| HEX | #f3ef1c |
| RGB | rgb(243, 239, 28) |
| HSL | hsl(59, 90%, 53%) |
| CMYK | cmyk(0%, 2%, 89%, 5%) |
| LAB | lab(92.1 -18.6 87.5) |
| LCH | lch(92.1 89.5 102.0) |
| OKLCH | oklch(0.925 0.196 108.4) |
Copy-ready code
/* CSS */
color: #f3ef1c;
background-color: #f3ef1c;
/* Tailwind (arbitrary) */
class="text-[#f3ef1c] bg-[#f3ef1c]"
/* SCSS */
$brand: #f3ef1c;
/* SwiftUI */
Color(red: 0.953, green: 0.937, blue: 0.110)
/* Android */
Color.parseColor("#f3ef1c")Accessibility — WCAG contrast
Aa
#f3ef1c on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ef1c on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green93.7%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow88.5%
Key (black)4.7%
Color previews
#f3ef1c text on a black background
contrast 17.17:1
Card sample
#f3ef1c text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ef1c;
Background color
Panel with #f3ef1c background
background-color: #f3ef1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ef1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 239, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 239, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ef1c; background: linear-gradient(135deg, #f3ef1c, #67F31C);