#c0e2cf
a light, soft green · cool · closest name: beige
RGB
192, 226, 207
HSL
147°, 37%, 82%
CMYK
15, 0, 8, 11
Luminance
0.7010
Every format
| HEX | #c0e2cf |
| RGB | rgb(192, 226, 207) |
| HSL | hsl(147, 37%, 82%) |
| CMYK | cmyk(15%, 0%, 8%, 11%) |
| LAB | lab(87.0 -14.8 5.6) |
| LCH | lch(87.0 15.8 159.4) |
| OKLCH | oklch(0.883 0.044 160.9) |
Copy-ready code
/* CSS */
color: #c0e2cf;
background-color: #c0e2cf;
/* Tailwind (arbitrary) */
class="text-[#c0e2cf] bg-[#c0e2cf]"
/* SCSS */
$brand: #c0e2cf;
/* SwiftUI */
Color(red: 0.753, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#c0e2cf")Accessibility — WCAG contrast
Aa
#c0e2cf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0e2cf on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green88.6%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#c0e2cf text on a black background
contrast 15.02:1
Card sample
#c0e2cf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0e2cf;
Background color
Panel with #c0e2cf background
background-color: #c0e2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0e2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0e2cf; background: linear-gradient(135deg, #c0e2cf, #C0DEE2);