#c2cc8f
a light, soft yellow · cool · closest name: khaki
RGB
194, 204, 143
HSL
70°, 37%, 68%
CMYK
5, 0, 30, 20
Luminance
0.5664
Every format
| HEX | #c2cc8f |
| RGB | rgb(194, 204, 143) |
| HSL | hsl(70, 37%, 68%) |
| CMYK | cmyk(5%, 0%, 30%, 20%) |
| LAB | lab(80.0 -13.3 29.3) |
| LCH | lch(80.0 32.2 114.4) |
| OKLCH | oklch(0.823 0.082 115.8) |
Copy-ready code
/* CSS */
color: #c2cc8f;
background-color: #c2cc8f;
/* Tailwind (arbitrary) */
class="text-[#c2cc8f] bg-[#c2cc8f]"
/* SCSS */
$brand: #c2cc8f;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#c2cc8f")Accessibility — WCAG contrast
Aa
#c2cc8f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cc8f on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue56.1%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow29.9%
Key (black)20.0%
Color previews
#c2cc8f text on a black background
contrast 12.33:1
Card sample
#c2cc8f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cc8f;
Background color
Panel with #c2cc8f background
background-color: #c2cc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cc8f; background: linear-gradient(135deg, #c2cc8f, #99CC8F);