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