#c2ccbb
a light, muted green · cool · closest name: silver
RGB
194, 204, 187
HSL
95°, 14%, 77%
CMYK
5, 0, 8, 20
Luminance
0.5824
Every format
| HEX | #c2ccbb |
| RGB | rgb(194, 204, 187) |
| HSL | hsl(95, 14%, 77%) |
| CMYK | cmyk(5%, 0%, 8%, 20%) |
| LAB | lab(80.9 -6.5 7.3) |
| LCH | lch(80.9 9.8 131.7) |
| OKLCH | oklch(0.833 0.026 132.2) |
Copy-ready code
/* CSS */
color: #c2ccbb;
background-color: #c2ccbb;
/* Tailwind (arbitrary) */
class="text-[#c2ccbb] bg-[#c2ccbb]"
/* SCSS */
$brand: #c2ccbb;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.733)
/* Android */
Color.parseColor("#c2ccbb")Accessibility — WCAG contrast
Aa
#c2ccbb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ccbb on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue73.3%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow8.3%
Key (black)20.0%
Color previews
#c2ccbb text on a black background
contrast 12.65:1
Card sample
#c2ccbb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ccbb;
Background color
Panel with #c2ccbb background
background-color: #c2ccbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ccbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ccbb; background: linear-gradient(135deg, #c2ccbb, #BBCCBF);