#c7cf7c
a balanced, vivid yellow · cool · closest name: khaki
RGB
199, 207, 124
HSL
66°, 46%, 65%
CMYK
4, 0, 40, 19
Luminance
0.5822
Every format
| HEX | #c7cf7c |
| RGB | rgb(199, 207, 124) |
| HSL | hsl(66, 46%, 65%) |
| CMYK | cmyk(4%, 0%, 40%, 19%) |
| LAB | lab(80.9 -15.2 40.3) |
| LCH | lch(80.9 43.1 110.7) |
| OKLCH | oklch(0.830 0.107 113.2) |
Copy-ready code
/* CSS */
color: #c7cf7c;
background-color: #c7cf7c;
/* Tailwind (arbitrary) */
class="text-[#c7cf7c] bg-[#c7cf7c]"
/* SCSS */
$brand: #c7cf7c;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.486)
/* Android */
Color.parseColor("#c7cf7c")Accessibility — WCAG contrast
Aa
#c7cf7c on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cf7c on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue48.6%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow40.1%
Key (black)18.8%
Color previews
#c7cf7c text on a black background
contrast 12.64:1
Card sample
#c7cf7c text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cf7c;
Background color
Panel with #c7cf7c background
background-color: #c7cf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cf7c; background: linear-gradient(135deg, #c7cf7c, #90CF7C);