#c0cdb5
a light, soft green · cool · closest name: silver
RGB
192, 205, 181
HSL
93°, 19%, 76%
CMYK
6, 0, 12, 20
Luminance
0.5821
Every format
| HEX | #c0cdb5 |
| RGB | rgb(192, 205, 181) |
| HSL | hsl(93, 19%, 76%) |
| CMYK | cmyk(6%, 0%, 12%, 20%) |
| LAB | lab(80.8 -8.8 10.4) |
| LCH | lch(80.8 13.6 130.0) |
| OKLCH | oklch(0.832 0.036 130.5) |
Copy-ready code
/* CSS */
color: #c0cdb5;
background-color: #c0cdb5;
/* Tailwind (arbitrary) */
class="text-[#c0cdb5] bg-[#c0cdb5]"
/* SCSS */
$brand: #c0cdb5;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.710)
/* Android */
Color.parseColor("#c0cdb5")Accessibility — WCAG contrast
Aa
#c0cdb5 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cdb5 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue71.0%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow11.7%
Key (black)19.6%
Color previews
#c0cdb5 text on a black background
contrast 12.64:1
Card sample
#c0cdb5 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cdb5;
Background color
Panel with #c0cdb5 background
background-color: #c0cdb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cdb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cdb5; background: linear-gradient(135deg, #c0cdb5, #B5CDBA);