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