#f7af46
a balanced, electric orange · warm · closest name: orange
RGB
247, 175, 70
HSL
36°, 92%, 62%
CMYK
0, 29, 72, 3
Luminance
0.5088
Every format
| HEX | #f7af46 |
| RGB | rgb(247, 175, 70) |
| HSL | hsl(36, 92%, 62%) |
| CMYK | cmyk(0%, 29%, 72%, 3%) |
| LAB | lab(76.6 17.0 61.9) |
| LCH | lch(76.6 64.2 74.7) |
| OKLCH | oklch(0.805 0.144 72.9) |
Copy-ready code
/* CSS */
color: #f7af46;
background-color: #f7af46;
/* Tailwind (arbitrary) */
class="text-[#f7af46] bg-[#f7af46]"
/* SCSS */
$brand: #f7af46;
/* SwiftUI */
Color(red: 0.969, green: 0.686, blue: 0.275)
/* Android */
Color.parseColor("#f7af46")Accessibility — WCAG contrast
Aa
#f7af46 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7af46 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.6%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow71.7%
Key (black)3.1%
Color previews
#f7af46 text on a black background
contrast 11.18:1
Card sample
#f7af46 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7af46;
Background color
Panel with #f7af46 background
background-color: #f7af46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7af46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 175, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 175, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7af46; background: linear-gradient(135deg, #f7af46, #C9F746);