#c3edcd
a light, vivid green · cool · closest name: beige
RGB
195, 237, 205
HSL
134°, 54%, 85%
CMYK
18, 0, 14, 7
Luminance
0.7658
Every format
| HEX | #c3edcd |
| RGB | rgb(195, 237, 205) |
| HSL | hsl(134, 54%, 85%) |
| CMYK | cmyk(18%, 0%, 14%, 7%) |
| LAB | lab(90.1 -19.6 11.1) |
| LCH | lch(90.1 22.5 150.6) |
| OKLCH | oklch(0.908 0.061 152.2) |
Copy-ready code
/* CSS */
color: #c3edcd;
background-color: #c3edcd;
/* Tailwind (arbitrary) */
class="text-[#c3edcd] bg-[#c3edcd]"
/* SCSS */
$brand: #c3edcd;
/* SwiftUI */
Color(red: 0.765, green: 0.929, blue: 0.804)
/* Android */
Color.parseColor("#c3edcd")Accessibility — WCAG contrast
Aa
#c3edcd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3edcd on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.9%
Blue80.4%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow13.5%
Key (black)7.1%
Color previews
#c3edcd text on a black background
contrast 16.32:1
Card sample
#c3edcd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3edcd;
Background color
Panel with #c3edcd background
background-color: #c3edcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3edcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 237, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 237, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3edcd; background: linear-gradient(135deg, #c3edcd, #C3EDE9);