#c0cfb2
a light, soft green · cool · closest name: beige
RGB
192, 207, 178
HSL
91°, 23%, 76%
CMYK
7, 0, 14, 19
Luminance
0.5905
Every format
| HEX | #c0cfb2 |
| RGB | rgb(192, 207, 178) |
| HSL | hsl(91, 23%, 76%) |
| CMYK | cmyk(7%, 0%, 14%, 19%) |
| LAB | lab(81.3 -10.3 12.7) |
| LCH | lch(81.3 16.4 129.0) |
| OKLCH | oklch(0.835 0.043 129.7) |
Copy-ready code
/* CSS */
color: #c0cfb2;
background-color: #c0cfb2;
/* Tailwind (arbitrary) */
class="text-[#c0cfb2] bg-[#c0cfb2]"
/* SCSS */
$brand: #c0cfb2;
/* SwiftUI */
Color(red: 0.753, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#c0cfb2")Accessibility — WCAG contrast
Aa
#c0cfb2 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cfb2 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green81.2%
Blue69.8%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#c0cfb2 text on a black background
contrast 12.81:1
Card sample
#c0cfb2 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cfb2;
Background color
Panel with #c0cfb2 background
background-color: #c0cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cfb2; background: linear-gradient(135deg, #c0cfb2, #B2CFB7);