#f7a430
a balanced, electric orange · warm · closest name: orange
RGB
247, 164, 48
HSL
35°, 93%, 58%
CMYK
0, 34, 81, 3
Luminance
0.4654
Every format
| HEX | #f7a430 |
| RGB | rgb(247, 164, 48) |
| HSL | hsl(35, 93%, 58%) |
| CMYK | cmyk(0%, 34%, 81%, 3%) |
| LAB | lab(73.9 21.9 67.8) |
| LCH | lch(73.9 71.2 72.1) |
| OKLCH | oklch(0.783 0.155 69.6) |
Copy-ready code
/* CSS */
color: #f7a430;
background-color: #f7a430;
/* Tailwind (arbitrary) */
class="text-[#f7a430] bg-[#f7a430]"
/* SCSS */
$brand: #f7a430;
/* SwiftUI */
Color(red: 0.969, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#f7a430")Accessibility — WCAG contrast
Aa
#f7a430 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7a430 on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow80.6%
Key (black)3.1%
Color previews
#f7a430 text on a black background
contrast 10.31:1
Card sample
#f7a430 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7a430;
Background color
Panel with #f7a430 background
background-color: #f7a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7a430; background: linear-gradient(135deg, #f7a430, #C5F730);