#c0cbac
a light, soft green · cool · closest name: beige
RGB
192, 203, 172
HSL
81°, 23%, 74%
CMYK
5, 0, 15, 20
Luminance
0.5690
Every format
| HEX | #c0cbac |
| RGB | rgb(192, 203, 172) |
| HSL | hsl(81, 23%, 74%) |
| CMYK | cmyk(5%, 0%, 15%, 20%) |
| LAB | lab(80.1 -9.2 14.2) |
| LCH | lch(80.1 16.9 123.0) |
| OKLCH | oklch(0.825 0.044 123.3) |
Copy-ready code
/* CSS */
color: #c0cbac;
background-color: #c0cbac;
/* Tailwind (arbitrary) */
class="text-[#c0cbac] bg-[#c0cbac]"
/* SCSS */
$brand: #c0cbac;
/* SwiftUI */
Color(red: 0.753, green: 0.796, blue: 0.675)
/* Android */
Color.parseColor("#c0cbac")Accessibility — WCAG contrast
Aa
#c0cbac on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cbac on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green79.6%
Blue67.5%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow15.3%
Key (black)20.4%
Color previews
#c0cbac text on a black background
contrast 12.38:1
Card sample
#c0cbac text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cbac;
Background color
Panel with #c0cbac background
background-color: #c0cbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 203, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 203, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cbac; background: linear-gradient(135deg, #c0cbac, #ACCBAD);