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