#c8cdba
a light, soft green · cool · closest name: silver
RGB
200, 205, 186
HSL
76°, 16%, 77%
CMYK
2, 0, 9, 20
Luminance
0.5949
Every format
| HEX | #c8cdba |
| RGB | rgb(200, 205, 186) |
| HSL | hsl(76, 16%, 77%) |
| CMYK | cmyk(2%, 0%, 9%, 20%) |
| LAB | lab(81.6 -5.1 8.9) |
| LCH | lch(81.6 10.2 119.8) |
| OKLCH | oklch(0.839 0.026 119.0) |
Copy-ready code
/* CSS */
color: #c8cdba;
background-color: #c8cdba;
/* Tailwind (arbitrary) */
class="text-[#c8cdba] bg-[#c8cdba]"
/* SCSS */
$brand: #c8cdba;
/* SwiftUI */
Color(red: 0.784, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#c8cdba")Accessibility — WCAG contrast
Aa
#c8cdba on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cdba on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green80.4%
Blue72.9%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#c8cdba text on a black background
contrast 12.90:1
Card sample
#c8cdba text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cdba;
Background color
Panel with #c8cdba background
background-color: #c8cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cdba; background: linear-gradient(135deg, #c8cdba, #BBCDBA);