#c6cfbc
a light, soft green · cool · closest name: silver
RGB
198, 207, 188
HSL
88°, 17%, 78%
CMYK
4, 0, 9, 19
Luminance
0.6026
Every format
| HEX | #c6cfbc |
| RGB | rgb(198, 207, 188) |
| HSL | hsl(88, 17%, 78%) |
| CMYK | cmyk(4%, 0%, 9%, 19%) |
| LAB | lab(82.0 -6.5 8.4) |
| LCH | lch(82.0 10.6 127.7) |
| OKLCH | oklch(0.842 0.028 127.8) |
Copy-ready code
/* CSS */
color: #c6cfbc;
background-color: #c6cfbc;
/* Tailwind (arbitrary) */
class="text-[#c6cfbc] bg-[#c6cfbc]"
/* SCSS */
$brand: #c6cfbc;
/* SwiftUI */
Color(red: 0.776, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#c6cfbc")Accessibility — WCAG contrast
Aa
#c6cfbc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cfbc on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green81.2%
Blue73.7%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#c6cfbc text on a black background
contrast 13.05:1
Card sample
#c6cfbc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cfbc;
Background color
Panel with #c6cfbc background
background-color: #c6cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cfbc; background: linear-gradient(135deg, #c6cfbc, #BCCFBF);