#e79f7c
a light, vivid orange · warm · closest name: tan
RGB
231, 159, 124
HSL
20°, 69%, 70%
CMYK
0, 31, 46, 9
Luminance
0.4324
Every format
| HEX | #e79f7c |
| RGB | rgb(231, 159, 124) |
| HSL | hsl(20, 69%, 70%) |
| CMYK | cmyk(0%, 31%, 46%, 9%) |
| LAB | lab(71.7 22.8 29.1) |
| LCH | lch(71.7 36.9 51.9) |
| OKLCH | oklch(0.765 0.099 46.7) |
Copy-ready code
/* CSS */
color: #e79f7c;
background-color: #e79f7c;
/* Tailwind (arbitrary) */
class="text-[#e79f7c] bg-[#e79f7c]"
/* SCSS */
$brand: #e79f7c;
/* SwiftUI */
Color(red: 0.906, green: 0.624, blue: 0.486)
/* Android */
Color.parseColor("#e79f7c")Accessibility — WCAG contrast
Aa
#e79f7c on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e79f7c on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green62.4%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow46.3%
Key (black)9.4%
Color previews
#e79f7c text on a black background
contrast 9.65:1
Card sample
#e79f7c text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e79f7c;
Background color
Panel with #e79f7c background
background-color: #e79f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e79f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 159, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 159, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e79f7c; background: linear-gradient(135deg, #e79f7c, #E7E67C);