#f3ba3f
a balanced, electric yellow · warm · closest name: orange
RGB
243, 186, 63
HSL
41°, 88%, 60%
CMYK
0, 24, 74, 5
Luminance
0.5453
Every format
| HEX | #f3ba3f |
| RGB | rgb(243, 186, 63) |
| HSL | hsl(41, 88%, 60%) |
| CMYK | cmyk(0%, 24%, 74%, 5%) |
| LAB | lab(78.8 9.2 66.7) |
| LCH | lch(78.8 67.3 82.1) |
| OKLCH | oklch(0.820 0.148 82.6) |
Copy-ready code
/* CSS */
color: #f3ba3f;
background-color: #f3ba3f;
/* Tailwind (arbitrary) */
class="text-[#f3ba3f] bg-[#f3ba3f]"
/* SCSS */
$brand: #f3ba3f;
/* SwiftUI */
Color(red: 0.953, green: 0.729, blue: 0.247)
/* Android */
Color.parseColor("#f3ba3f")Accessibility — WCAG contrast
Aa
#f3ba3f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ba3f on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green72.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow74.1%
Key (black)4.7%
Color previews
#f3ba3f text on a black background
contrast 11.91:1
Card sample
#f3ba3f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ba3f;
Background color
Panel with #f3ba3f background
background-color: #f3ba3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ba3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 186, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 186, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ba3f; background: linear-gradient(135deg, #f3ba3f, #B4F33F);