#c7cf76
a balanced, vivid yellow · cool · closest name: khaki
RGB
199, 207, 118
HSL
65°, 48%, 64%
CMYK
4, 0, 43, 19
Luminance
0.5808
Every format
| HEX | #c7cf76 |
| RGB | rgb(199, 207, 118) |
| HSL | hsl(65, 48%, 64%) |
| CMYK | cmyk(4%, 0%, 43%, 19%) |
| LAB | lab(80.8 -15.9 43.2) |
| LCH | lch(80.8 46.0 110.2) |
| OKLCH | oklch(0.829 0.113 113.1) |
Copy-ready code
/* CSS */
color: #c7cf76;
background-color: #c7cf76;
/* Tailwind (arbitrary) */
class="text-[#c7cf76] bg-[#c7cf76]"
/* SCSS */
$brand: #c7cf76;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.463)
/* Android */
Color.parseColor("#c7cf76")Accessibility — WCAG contrast
Aa
#c7cf76 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cf76 on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue46.3%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow43.0%
Key (black)18.8%
Color previews
#c7cf76 text on a black background
contrast 12.62:1
Card sample
#c7cf76 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cf76;
Background color
Panel with #c7cf76 background
background-color: #c7cf76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cf76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cf76; background: linear-gradient(135deg, #c7cf76, #8CCF76);