#f7c29f
a light, electric orange · warm · closest name: tan
RGB
247, 194, 159
HSL
24°, 85%, 80%
CMYK
0, 22, 36, 3
Luminance
0.6086
Every format
| HEX | #f7c29f |
| RGB | rgb(247, 194, 159) |
| HSL | hsl(24, 85%, 80%) |
| CMYK | cmyk(0%, 22%, 36%, 3%) |
| LAB | lab(82.3 14.3 24.9) |
| LCH | lch(82.3 28.7 60.1) |
| OKLCH | oklch(0.853 0.077 54.9) |
Copy-ready code
/* CSS */
color: #f7c29f;
background-color: #f7c29f;
/* Tailwind (arbitrary) */
class="text-[#f7c29f] bg-[#f7c29f]"
/* SCSS */
$brand: #f7c29f;
/* SwiftUI */
Color(red: 0.969, green: 0.761, blue: 0.624)
/* Android */
Color.parseColor("#f7c29f")Accessibility — WCAG contrast
Aa
#f7c29f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c29f on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green76.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow35.6%
Key (black)3.1%
Color previews
#f7c29f text on a black background
contrast 13.17:1
Card sample
#f7c29f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c29f;
Background color
Panel with #f7c29f background
background-color: #f7c29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 194, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 194, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c29f; background: linear-gradient(135deg, #f7c29f, #F1F79F);