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