#f7b696
a light, electric orange · warm · closest name: tan
RGB
247, 182, 150
HSL
20°, 86%, 78%
CMYK
0, 26, 39, 3
Luminance
0.5543
Every format
| HEX | #f7b696 |
| RGB | rgb(247, 182, 150) |
| HSL | hsl(20, 86%, 78%) |
| CMYK | cmyk(0%, 26%, 39%, 3%) |
| LAB | lab(79.3 19.6 25.5) |
| LCH | lch(79.3 32.2 52.5) |
| OKLCH | oklch(0.829 0.087 47.3) |
Copy-ready code
/* CSS */
color: #f7b696;
background-color: #f7b696;
/* Tailwind (arbitrary) */
class="text-[#f7b696] bg-[#f7b696]"
/* SCSS */
$brand: #f7b696;
/* SwiftUI */
Color(red: 0.969, green: 0.714, blue: 0.588)
/* Android */
Color.parseColor("#f7b696")Accessibility — WCAG contrast
Aa
#f7b696 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7b696 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green71.4%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow39.3%
Key (black)3.1%
Color previews
#f7b696 text on a black background
contrast 12.09:1
Card sample
#f7b696 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7b696;
Background color
Panel with #f7b696 background
background-color: #f7b696;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7b696;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 182, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 182, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7b696; background: linear-gradient(135deg, #f7b696, #F7F796);