#f7995d
a light, electric orange · warm · closest name: peru
RGB
247, 153, 93
HSL
23°, 91%, 67%
CMYK
0, 38, 62, 3
Luminance
0.4335
Every format
| HEX | #f7995d |
| RGB | rgb(247, 153, 93) |
| HSL | hsl(23, 91%, 67%) |
| CMYK | cmyk(0%, 38%, 62%, 3%) |
| LAB | lab(71.8 29.8 45.8) |
| LCH | lch(71.8 54.7 57.0) |
| OKLCH | oklch(0.768 0.136 52.0) |
Copy-ready code
/* CSS */
color: #f7995d;
background-color: #f7995d;
/* Tailwind (arbitrary) */
class="text-[#f7995d] bg-[#f7995d]"
/* SCSS */
$brand: #f7995d;
/* SwiftUI */
Color(red: 0.969, green: 0.600, blue: 0.365)
/* Android */
Color.parseColor("#f7995d")Accessibility — WCAG contrast
Aa
#f7995d on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7995d on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green60.0%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow62.3%
Key (black)3.1%
Color previews
#f7995d text on a black background
contrast 9.67:1
Card sample
#f7995d text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7995d;
Background color
Panel with #f7995d background
background-color: #f7995d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7995d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 153, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 153, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7995d; background: linear-gradient(135deg, #f7995d, #EEF75D);