#f3ab2c
a balanced, electric orange · warm · closest name: orange
RGB
243, 171, 44
HSL
38°, 89%, 56%
CMYK
0, 30, 82, 5
Luminance
0.4836
Every format
| HEX | #f3ab2c |
| RGB | rgb(243, 171, 44) |
| HSL | hsl(38, 89%, 56%) |
| CMYK | cmyk(0%, 30%, 82%, 5%) |
| LAB | lab(75.1 16.4 69.9) |
| LCH | lch(75.1 71.8 76.8) |
| OKLCH | oklch(0.791 0.154 75.8) |
Copy-ready code
/* CSS */
color: #f3ab2c;
background-color: #f3ab2c;
/* Tailwind (arbitrary) */
class="text-[#f3ab2c] bg-[#f3ab2c]"
/* SCSS */
$brand: #f3ab2c;
/* SwiftUI */
Color(red: 0.953, green: 0.671, blue: 0.173)
/* Android */
Color.parseColor("#f3ab2c")Accessibility — WCAG contrast
Aa
#f3ab2c on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ab2c on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow81.9%
Key (black)4.7%
Color previews
#f3ab2c text on a black background
contrast 10.67:1
Card sample
#f3ab2c text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ab2c;
Background color
Panel with #f3ab2c background
background-color: #f3ab2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ab2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 171, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 171, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ab2c; background: linear-gradient(135deg, #f3ab2c, #B6F32C);