#f3be21
a balanced, electric yellow · warm · closest name: gold
RGB
243, 190, 33
HSL
45°, 90%, 54%
CMYK
0, 22, 86, 5
Luminance
0.5599
Every format
| HEX | #f3be21 |
| RGB | rgb(243, 190, 33) |
| HSL | hsl(45, 90%, 54%) |
| CMYK | cmyk(0%, 22%, 86%, 5%) |
| LAB | lab(79.6 6.2 76.7) |
| LCH | lch(79.6 77.0 85.4) |
| OKLCH | oklch(0.827 0.163 87.3) |
Copy-ready code
/* CSS */
color: #f3be21;
background-color: #f3be21;
/* Tailwind (arbitrary) */
class="text-[#f3be21] bg-[#f3be21]"
/* SCSS */
$brand: #f3be21;
/* SwiftUI */
Color(red: 0.953, green: 0.745, blue: 0.129)
/* Android */
Color.parseColor("#f3be21")Accessibility — WCAG contrast
Aa
#f3be21 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3be21 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green74.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow86.4%
Key (black)4.7%
Color previews
#f3be21 text on a black background
contrast 12.20:1
Card sample
#f3be21 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3be21;
Background color
Panel with #f3be21 background
background-color: #f3be21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3be21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 190, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 190, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3be21; background: linear-gradient(135deg, #f3be21, #9CF321);