#c7c79e
a light, soft yellow · cool · closest name: tan
RGB
199, 199, 158
HSL
60°, 27%, 70%
CMYK
0, 0, 21, 22
Luminance
0.5546
Every format
| HEX | #c7c79e |
| RGB | rgb(199, 199, 158) |
| HSL | hsl(60, 27%, 70%) |
| CMYK | cmyk(0%, 0%, 21%, 22%) |
| LAB | lab(79.3 -6.8 20.6) |
| LCH | lch(79.3 21.7 108.2) |
| OKLCH | oklch(0.819 0.055 107.6) |
Copy-ready code
/* CSS */
color: #c7c79e;
background-color: #c7c79e;
/* Tailwind (arbitrary) */
class="text-[#c7c79e] bg-[#c7c79e]"
/* SCSS */
$brand: #c7c79e;
/* SwiftUI */
Color(red: 0.780, green: 0.780, blue: 0.620)
/* Android */
Color.parseColor("#c7c79e")Accessibility — WCAG contrast
Aa
#c7c79e on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c79e on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green78.0%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow20.6%
Key (black)22.0%
Color previews
#c7c79e text on a black background
contrast 12.09:1
Card sample
#c7c79e text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c79e;
Background color
Panel with #c7c79e background
background-color: #c7c79e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c79e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 199, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 199, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c79e; background: linear-gradient(135deg, #c7c79e, #ACC79E);