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