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