#c2cab3
a light, soft green · cool · closest name: silver
RGB
194, 202, 179
HSL
81°, 18%, 75%
CMYK
4, 0, 11, 21
Luminance
0.5697
Every format
| HEX | #c2cab3 |
| RGB | rgb(194, 202, 179) |
| HSL | hsl(81, 18%, 75%) |
| CMYK | cmyk(4%, 0%, 11%, 21%) |
| LAB | lab(80.2 -6.8 10.6) |
| LCH | lch(80.2 12.6 123.0) |
| OKLCH | oklch(0.827 0.033 122.7) |
Copy-ready code
/* CSS */
color: #c2cab3;
background-color: #c2cab3;
/* Tailwind (arbitrary) */
class="text-[#c2cab3] bg-[#c2cab3]"
/* SCSS */
$brand: #c2cab3;
/* SwiftUI */
Color(red: 0.761, green: 0.792, blue: 0.702)
/* Android */
Color.parseColor("#c2cab3")Accessibility — WCAG contrast
Aa
#c2cab3 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cab3 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green79.2%
Blue70.2%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow11.4%
Key (black)20.8%
Color previews
#c2cab3 text on a black background
contrast 12.39:1
Card sample
#c2cab3 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cab3;
Background color
Panel with #c2cab3 background
background-color: #c2cab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 202, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 202, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cab3; background: linear-gradient(135deg, #c2cab3, #B3CAB3);