#c3eccd
a light, vivid green · cool · closest name: beige
RGB
195, 236, 205
HSL
135°, 52%, 85%
CMYK
17, 0, 13, 8
Luminance
0.7600
Every format
| HEX | #c3eccd |
| RGB | rgb(195, 236, 205) |
| HSL | hsl(135, 52%, 85%) |
| CMYK | cmyk(17%, 0%, 13%, 8%) |
| LAB | lab(89.9 -19.1 10.7) |
| LCH | lch(89.9 21.9 150.9) |
| OKLCH | oklch(0.906 0.060 152.5) |
Copy-ready code
/* CSS */
color: #c3eccd;
background-color: #c3eccd;
/* Tailwind (arbitrary) */
class="text-[#c3eccd] bg-[#c3eccd]"
/* SCSS */
$brand: #c3eccd;
/* SwiftUI */
Color(red: 0.765, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#c3eccd")Accessibility — WCAG contrast
Aa
#c3eccd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3eccd on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.5%
Blue80.4%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#c3eccd text on a black background
contrast 16.20:1
Card sample
#c3eccd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3eccd;
Background color
Panel with #c3eccd background
background-color: #c3eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3eccd; background: linear-gradient(135deg, #c3eccd, #C3ECE8);