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