#c3cab2
a light, soft green · cool · closest name: silver
RGB
195, 202, 178
HSL
78°, 19%, 75%
CMYK
4, 0, 12, 21
Luminance
0.5706
Every format
| HEX | #c3cab2 |
| RGB | rgb(195, 202, 178) |
| HSL | hsl(78, 19%, 75%) |
| CMYK | cmyk(4%, 0%, 12%, 21%) |
| LAB | lab(80.2 -6.7 11.2) |
| LCH | lch(80.2 13.0 120.8) |
| OKLCH | oklch(0.827 0.034 120.4) |
Copy-ready code
/* CSS */
color: #c3cab2;
background-color: #c3cab2;
/* Tailwind (arbitrary) */
class="text-[#c3cab2] bg-[#c3cab2]"
/* SCSS */
$brand: #c3cab2;
/* SwiftUI */
Color(red: 0.765, green: 0.792, blue: 0.698)
/* Android */
Color.parseColor("#c3cab2")Accessibility — WCAG contrast
Aa
#c3cab2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cab2 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green79.2%
Blue69.8%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow11.9%
Key (black)20.8%
Color previews
#c3cab2 text on a black background
contrast 12.41:1
Card sample
#c3cab2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cab2;
Background color
Panel with #c3cab2 background
background-color: #c3cab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 202, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 202, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cab2; background: linear-gradient(135deg, #c3cab2, #B3CAB2);