#c7b78f
a light, soft yellow · warm · closest name: tan
RGB
199, 183, 143
HSL
43°, 33%, 67%
CMYK
0, 8, 28, 22
Luminance
0.4799
Every format
| HEX | #c7b78f |
| RGB | rgb(199, 183, 143) |
| HSL | hsl(43, 33%, 67%) |
| CMYK | cmyk(0%, 8%, 28%, 22%) |
| LAB | lab(74.8 -0.5 22.4) |
| LCH | lch(74.8 22.5 91.3) |
| OKLCH | oklch(0.783 0.057 88.8) |
Copy-ready code
/* CSS */
color: #c7b78f;
background-color: #c7b78f;
/* Tailwind (arbitrary) */
class="text-[#c7b78f] bg-[#c7b78f]"
/* SCSS */
$brand: #c7b78f;
/* SwiftUI */
Color(red: 0.780, green: 0.718, blue: 0.561)
/* Android */
Color.parseColor("#c7b78f")Accessibility — WCAG contrast
Aa
#c7b78f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7b78f on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green71.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow28.1%
Key (black)22.0%
Color previews
#c7b78f text on a black background
contrast 10.60:1
Card sample
#c7b78f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7b78f;
Background color
Panel with #c7b78f background
background-color: #c7b78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7b78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 183, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 183, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7b78f; background: linear-gradient(135deg, #c7b78f, #B2C78F);