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