#c7cf6d
a balanced, vivid yellow · cool · closest name: khaki
RGB
199, 207, 109
HSL
65°, 51%, 62%
CMYK
4, 0, 47, 19
Luminance
0.5787
Every format
| HEX | #c7cf6d |
| RGB | rgb(199, 207, 109) |
| HSL | hsl(65, 51%, 62%) |
| CMYK | cmyk(4%, 0%, 47%, 19%) |
| LAB | lab(80.7 -16.8 47.4) |
| LCH | lch(80.7 50.3 109.5) |
| OKLCH | oklch(0.828 0.123 112.9) |
Copy-ready code
/* CSS */
color: #c7cf6d;
background-color: #c7cf6d;
/* Tailwind (arbitrary) */
class="text-[#c7cf6d] bg-[#c7cf6d]"
/* SCSS */
$brand: #c7cf6d;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.427)
/* Android */
Color.parseColor("#c7cf6d")Accessibility — WCAG contrast
Aa
#c7cf6d on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cf6d on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue42.7%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow47.3%
Key (black)18.8%
Color previews
#c7cf6d text on a black background
contrast 12.57:1
Card sample
#c7cf6d text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cf6d;
Background color
Panel with #c7cf6d background
background-color: #c7cf6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cf6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cf6d; background: linear-gradient(135deg, #c7cf6d, #86CF6D);