#c6ccaf
a light, soft green · cool · closest name: beige
RGB
198, 204, 175
HSL
72°, 22%, 74%
CMYK
3, 0, 14, 20
Luminance
0.5829
Every format
| HEX | #c6ccaf |
| RGB | rgb(198, 204, 175) |
| HSL | hsl(72, 22%, 74%) |
| CMYK | cmyk(3%, 0%, 14%, 20%) |
| LAB | lab(80.9 -7.1 13.8) |
| LCH | lch(80.9 15.5 117.3) |
| OKLCH | oklch(0.833 0.040 116.8) |
Copy-ready code
/* CSS */
color: #c6ccaf;
background-color: #c6ccaf;
/* Tailwind (arbitrary) */
class="text-[#c6ccaf] bg-[#c6ccaf]"
/* SCSS */
$brand: #c6ccaf;
/* SwiftUI */
Color(red: 0.776, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#c6ccaf")Accessibility — WCAG contrast
Aa
#c6ccaf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ccaf on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.0%
Blue68.6%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#c6ccaf text on a black background
contrast 12.66:1
Card sample
#c6ccaf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ccaf;
Background color
Panel with #c6ccaf background
background-color: #c6ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ccaf; background: linear-gradient(135deg, #c6ccaf, #B3CCAF);