#f7ba45
a balanced, electric orange · warm · closest name: orange
RGB
247, 186, 69
HSL
39°, 92%, 62%
CMYK
0, 25, 72, 3
Luminance
0.5532
Every format
| HEX | #f7ba45 |
| RGB | rgb(247, 186, 69) |
| HSL | hsl(39, 92%, 62%) |
| CMYK | cmyk(0%, 25%, 72%, 3%) |
| LAB | lab(79.2 11.2 64.9) |
| LCH | lch(79.2 65.9 80.2) |
| OKLCH | oklch(0.825 0.146 80.1) |
Copy-ready code
/* CSS */
color: #f7ba45;
background-color: #f7ba45;
/* Tailwind (arbitrary) */
class="text-[#f7ba45] bg-[#f7ba45]"
/* SCSS */
$brand: #f7ba45;
/* SwiftUI */
Color(red: 0.969, green: 0.729, blue: 0.271)
/* Android */
Color.parseColor("#f7ba45")Accessibility — WCAG contrast
Aa
#f7ba45 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ba45 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green72.9%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow72.1%
Key (black)3.1%
Color previews
#f7ba45 text on a black background
contrast 12.06:1
Card sample
#f7ba45 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ba45;
Background color
Panel with #f7ba45 background
background-color: #f7ba45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ba45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 186, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 186, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ba45; background: linear-gradient(135deg, #f7ba45, #BEF745);