#f7c4ac
a light, electric orange · warm · closest name: tan
RGB
247, 196, 172
HSL
19°, 82%, 82%
CMYK
0, 21, 30, 3
Luminance
0.6223
Every format
| HEX | #f7c4ac |
| RGB | rgb(247, 196, 172) |
| HSL | hsl(19, 82%, 82%) |
| CMYK | cmyk(0%, 21%, 30%, 3%) |
| LAB | lab(83.0 14.8 19.0) |
| LCH | lch(83.0 24.1 52.0) |
| OKLCH | oklch(0.859 0.067 46.5) |
Copy-ready code
/* CSS */
color: #f7c4ac;
background-color: #f7c4ac;
/* Tailwind (arbitrary) */
class="text-[#f7c4ac] bg-[#f7c4ac]"
/* SCSS */
$brand: #f7c4ac;
/* SwiftUI */
Color(red: 0.969, green: 0.769, blue: 0.675)
/* Android */
Color.parseColor("#f7c4ac")Accessibility — WCAG contrast
Aa
#f7c4ac on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c4ac on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green76.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow30.4%
Key (black)3.1%
Color previews
#f7c4ac text on a black background
contrast 13.45:1
Card sample
#f7c4ac text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c4ac;
Background color
Panel with #f7c4ac background
background-color: #f7c4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 196, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 196, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c4ac; background: linear-gradient(135deg, #f7c4ac, #F7F6AC);