#c2cdba
a light, soft green · cool · closest name: silver
RGB
194, 205, 186
HSL
95°, 16%, 77%
CMYK
5, 0, 9, 20
Luminance
0.5868
Every format
| HEX | #c2cdba |
| RGB | rgb(194, 205, 186) |
| HSL | hsl(95, 16%, 77%) |
| CMYK | cmyk(5%, 0%, 9%, 20%) |
| LAB | lab(81.1 -7.2 8.2) |
| LCH | lch(81.1 10.9 131.4) |
| OKLCH | oklch(0.835 0.029 131.8) |
Copy-ready code
/* CSS */
color: #c2cdba;
background-color: #c2cdba;
/* Tailwind (arbitrary) */
class="text-[#c2cdba] bg-[#c2cdba]"
/* SCSS */
$brand: #c2cdba;
/* SwiftUI */
Color(red: 0.761, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#c2cdba")Accessibility — WCAG contrast
Aa
#c2cdba on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cdba on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.4%
Blue72.9%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#c2cdba text on a black background
contrast 12.74:1
Card sample
#c2cdba text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cdba;
Background color
Panel with #c2cdba background
background-color: #c2cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cdba; background: linear-gradient(135deg, #c2cdba, #BACDBF);