#f3a058
a balanced, electric orange · warm · closest name: peru
RGB
243, 160, 88
HSL
28°, 87%, 65%
CMYK
0, 34, 64, 5
Luminance
0.4490
Every format
| HEX | #f3a058 |
| RGB | rgb(243, 160, 88) |
| HSL | hsl(28, 87%, 65%) |
| CMYK | cmyk(0%, 34%, 64%, 5%) |
| LAB | lab(72.8 24.2 49.4) |
| LCH | lch(72.8 55.0 63.9) |
| OKLCH | oklch(0.775 0.132 59.8) |
Copy-ready code
/* CSS */
color: #f3a058;
background-color: #f3a058;
/* Tailwind (arbitrary) */
class="text-[#f3a058] bg-[#f3a058]"
/* SCSS */
$brand: #f3a058;
/* SwiftUI */
Color(red: 0.953, green: 0.627, blue: 0.345)
/* Android */
Color.parseColor("#f3a058")Accessibility — WCAG contrast
Aa
#f3a058 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3a058 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green62.7%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta34.2%
Yellow63.8%
Key (black)4.7%
Color previews
#f3a058 text on a black background
contrast 9.98:1
Card sample
#f3a058 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3a058;
Background color
Panel with #f3a058 background
background-color: #f3a058;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3a058;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 160, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 160, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3a058; background: linear-gradient(135deg, #f3a058, #DFF358);