#c8cfba
a light, soft green · cool · closest name: silver
RGB
200, 207, 186
HSL
80°, 18%, 77%
CMYK
3, 0, 10, 19
Luminance
0.6045
Every format
| HEX | #c8cfba |
| RGB | rgb(200, 207, 186) |
| HSL | hsl(80, 18%, 77%) |
| CMYK | cmyk(3%, 0%, 10%, 19%) |
| LAB | lab(82.1 -6.1 9.6) |
| LCH | lch(82.1 11.4 122.5) |
| OKLCH | oklch(0.843 0.030 122.1) |
Copy-ready code
/* CSS */
color: #c8cfba;
background-color: #c8cfba;
/* Tailwind (arbitrary) */
class="text-[#c8cfba] bg-[#c8cfba]"
/* SCSS */
$brand: #c8cfba;
/* SwiftUI */
Color(red: 0.784, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#c8cfba")Accessibility — WCAG contrast
Aa
#c8cfba on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cfba on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green81.2%
Blue72.9%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#c8cfba text on a black background
contrast 13.09:1
Card sample
#c8cfba text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cfba;
Background color
Panel with #c8cfba background
background-color: #c8cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cfba; background: linear-gradient(135deg, #c8cfba, #BACFBA);