#f7ab5f
a light, electric orange · warm · closest name: peru
RGB
247, 171, 95
HSL
30°, 91%, 67%
CMYK
0, 31, 62, 3
Luminance
0.4973
Every format
| HEX | #f7ab5f |
| RGB | rgb(247, 171, 95) |
| HSL | hsl(30, 91%, 67%) |
| CMYK | cmyk(0%, 31%, 62%, 3%) |
| LAB | lab(75.9 20.5 49.7) |
| LCH | lch(75.9 53.7 67.6) |
| OKLCH | oklch(0.800 0.129 64.1) |
Copy-ready code
/* CSS */
color: #f7ab5f;
background-color: #f7ab5f;
/* Tailwind (arbitrary) */
class="text-[#f7ab5f] bg-[#f7ab5f]"
/* SCSS */
$brand: #f7ab5f;
/* SwiftUI */
Color(red: 0.969, green: 0.671, blue: 0.373)
/* Android */
Color.parseColor("#f7ab5f")Accessibility — WCAG contrast
Aa
#f7ab5f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ab5f on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow61.5%
Key (black)3.1%
Color previews
#f7ab5f text on a black background
contrast 10.95:1
Card sample
#f7ab5f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ab5f;
Background color
Panel with #f7ab5f background
background-color: #f7ab5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ab5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 171, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 171, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ab5f; background: linear-gradient(135deg, #f7ab5f, #DEF75F);