#c3cfbc
a light, soft green · cool · closest name: silver
RGB
195, 207, 188
HSL
98°, 17%, 78%
CMYK
6, 0, 9, 19
Luminance
0.5986
Every format
| HEX | #c3cfbc |
| RGB | rgb(195, 207, 188) |
| HSL | hsl(98, 17%, 78%) |
| CMYK | cmyk(6%, 0%, 9%, 19%) |
| LAB | lab(81.8 -7.5 8.0) |
| LCH | lch(81.8 11.0 133.2) |
| OKLCH | oklch(0.840 0.029 133.8) |
Copy-ready code
/* CSS */
color: #c3cfbc;
background-color: #c3cfbc;
/* Tailwind (arbitrary) */
class="text-[#c3cfbc] bg-[#c3cfbc]"
/* SCSS */
$brand: #c3cfbc;
/* SwiftUI */
Color(red: 0.765, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#c3cfbc")Accessibility — WCAG contrast
Aa
#c3cfbc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cfbc on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.2%
Blue73.7%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#c3cfbc text on a black background
contrast 12.97:1
Card sample
#c3cfbc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cfbc;
Background color
Panel with #c3cfbc background
background-color: #c3cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cfbc; background: linear-gradient(135deg, #c3cfbc, #BCCFC2);