#f5a430
a balanced, electric orange · warm · closest name: orange
RGB
245, 164, 48
HSL
35°, 91%, 58%
CMYK
0, 33, 80, 4
Luminance
0.4618
Every format
| HEX | #f5a430 |
| RGB | rgb(245, 164, 48) |
| HSL | hsl(35, 91%, 58%) |
| CMYK | cmyk(0%, 33%, 80%, 4%) |
| LAB | lab(73.7 21.1 67.5) |
| LCH | lch(73.7 70.7 72.7) |
| OKLCH | oklch(0.781 0.154 70.4) |
Copy-ready code
/* CSS */
color: #f5a430;
background-color: #f5a430;
/* Tailwind (arbitrary) */
class="text-[#f5a430] bg-[#f5a430]"
/* SCSS */
$brand: #f5a430;
/* SwiftUI */
Color(red: 0.961, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#f5a430")Accessibility — WCAG contrast
Aa
#f5a430 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5a430 on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow80.4%
Key (black)3.9%
Color previews
#f5a430 text on a black background
contrast 10.24:1
Card sample
#f5a430 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5a430;
Background color
Panel with #f5a430 background
background-color: #f5a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5a430; background: linear-gradient(135deg, #f5a430, #C3F530);