#c0eccf
a light, vivid green · cool · closest name: beige
RGB
192, 236, 207
HSL
141°, 54%, 84%
CMYK
19, 0, 12, 8
Luminance
0.7570
Every format
| HEX | #c0eccf |
| RGB | rgb(192, 236, 207) |
| HSL | hsl(141, 54%, 84%) |
| CMYK | cmyk(19%, 0%, 12%, 8%) |
| LAB | lab(89.7 -19.8 9.4) |
| LCH | lch(89.7 21.9 154.5) |
| OKLCH | oklch(0.904 0.060 156.1) |
Copy-ready code
/* CSS */
color: #c0eccf;
background-color: #c0eccf;
/* Tailwind (arbitrary) */
class="text-[#c0eccf] bg-[#c0eccf]"
/* SCSS */
$brand: #c0eccf;
/* SwiftUI */
Color(red: 0.753, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#c0eccf")Accessibility — WCAG contrast
Aa
#c0eccf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0eccf on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green92.5%
Blue81.2%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#c0eccf text on a black background
contrast 16.14:1
Card sample
#c0eccf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0eccf;
Background color
Panel with #c0eccf background
background-color: #c0eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0eccf; background: linear-gradient(135deg, #c0eccf, #C0ECEC);