#c6ccaa
a light, soft green · cool · closest name: beige
RGB
198, 204, 170
HSL
71°, 25%, 73%
CMYK
3, 0, 17, 20
Luminance
0.5809
Every format
| HEX | #c6ccaa |
| RGB | rgb(198, 204, 170) |
| HSL | hsl(71, 25%, 73%) |
| CMYK | cmyk(3%, 0%, 17%, 20%) |
| LAB | lab(80.8 -7.9 16.3) |
| LCH | lch(80.8 18.1 115.9) |
| OKLCH | oklch(0.832 0.046 115.5) |
Copy-ready code
/* CSS */
color: #c6ccaa;
background-color: #c6ccaa;
/* Tailwind (arbitrary) */
class="text-[#c6ccaa] bg-[#c6ccaa]"
/* SCSS */
$brand: #c6ccaa;
/* SwiftUI */
Color(red: 0.776, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#c6ccaa")Accessibility — WCAG contrast
Aa
#c6ccaa on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ccaa on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.0%
Blue66.7%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow16.7%
Key (black)20.0%
Color previews
#c6ccaa text on a black background
contrast 12.62:1
Card sample
#c6ccaa text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ccaa;
Background color
Panel with #c6ccaa background
background-color: #c6ccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ccaa; background: linear-gradient(135deg, #c6ccaa, #AFCCAA);