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