#c0cdb0
a light, soft green · cool · closest name: beige
RGB
192, 205, 176
HSL
87°, 23%, 75%
CMYK
6, 0, 14, 20
Luminance
0.5800
Every format
| HEX | #c0cdb0 |
| RGB | rgb(192, 205, 176) |
| HSL | hsl(87, 23%, 75%) |
| CMYK | cmyk(6%, 0%, 14%, 20%) |
| LAB | lab(80.7 -9.6 12.9) |
| LCH | lch(80.7 16.1 126.6) |
| OKLCH | oklch(0.831 0.042 127.0) |
Copy-ready code
/* CSS */
color: #c0cdb0;
background-color: #c0cdb0;
/* Tailwind (arbitrary) */
class="text-[#c0cdb0] bg-[#c0cdb0]"
/* SCSS */
$brand: #c0cdb0;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.690)
/* Android */
Color.parseColor("#c0cdb0")Accessibility — WCAG contrast
Aa
#c0cdb0 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cdb0 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue69.0%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow14.1%
Key (black)19.6%
Color previews
#c0cdb0 text on a black background
contrast 12.60:1
Card sample
#c0cdb0 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cdb0;
Background color
Panel with #c0cdb0 background
background-color: #c0cdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cdb0; background: linear-gradient(135deg, #c0cdb0, #B0CDB3);