#c0cdb8
a light, soft green · cool · closest name: silver
RGB
192, 205, 184
HSL
97°, 17%, 76%
CMYK
6, 0, 10, 20
Luminance
0.5833
Every format
| HEX | #c0cdb8 |
| RGB | rgb(192, 205, 184) |
| HSL | hsl(97, 17%, 76%) |
| CMYK | cmyk(6%, 0%, 10%, 20%) |
| LAB | lab(80.9 -8.3 8.9) |
| LCH | lch(80.9 12.2 132.7) |
| OKLCH | oklch(0.833 0.032 133.3) |
Copy-ready code
/* CSS */
color: #c0cdb8;
background-color: #c0cdb8;
/* Tailwind (arbitrary) */
class="text-[#c0cdb8] bg-[#c0cdb8]"
/* SCSS */
$brand: #c0cdb8;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.722)
/* Android */
Color.parseColor("#c0cdb8")Accessibility — WCAG contrast
Aa
#c0cdb8 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cdb8 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue72.2%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow10.2%
Key (black)19.6%
Color previews
#c0cdb8 text on a black background
contrast 12.67:1
Card sample
#c0cdb8 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cdb8;
Background color
Panel with #c0cdb8 background
background-color: #c0cdb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cdb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cdb8; background: linear-gradient(135deg, #c0cdb8, #B8CDBE);