#f2a034
a balanced, electric orange · warm · closest name: orange
RGB
242, 160, 52
HSL
34°, 88%, 58%
CMYK
0, 34, 79, 5
Luminance
0.4427
Every format
| HEX | #f2a034 |
| RGB | rgb(242, 160, 52) |
| HSL | hsl(34, 88%, 58%) |
| CMYK | cmyk(0%, 34%, 79%, 5%) |
| LAB | lab(72.4 22.1 64.8) |
| LCH | lch(72.4 68.4 71.2) |
| OKLCH | oklch(0.770 0.151 68.5) |
Copy-ready code
/* CSS */
color: #f2a034;
background-color: #f2a034;
/* Tailwind (arbitrary) */
class="text-[#f2a034] bg-[#f2a034]"
/* SCSS */
$brand: #f2a034;
/* SwiftUI */
Color(red: 0.949, green: 0.627, blue: 0.204)
/* Android */
Color.parseColor("#f2a034")Accessibility — WCAG contrast
Aa
#f2a034 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2a034 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green62.7%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow78.5%
Key (black)5.1%
Color previews
#f2a034 text on a black background
contrast 9.85:1
Card sample
#f2a034 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2a034;
Background color
Panel with #f2a034 background
background-color: #f2a034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2a034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 160, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 160, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2a034; background: linear-gradient(135deg, #f2a034, #C5F234);