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