#c3ecaf
a light, vivid green · cool · closest name: khaki
RGB
195, 236, 175
HSL
100°, 62%, 81%
CMYK
17, 0, 26, 8
Luminance
0.7469
Every format
| HEX | #c3ecaf |
| RGB | rgb(195, 236, 175) |
| HSL | hsl(100, 62%, 81%) |
| CMYK | cmyk(17%, 0%, 26%, 8%) |
| LAB | lab(89.3 -24.2 25.3) |
| LCH | lch(89.3 35.0 133.6) |
| OKLCH | oklch(0.899 0.092 135.6) |
Copy-ready code
/* CSS */
color: #c3ecaf;
background-color: #c3ecaf;
/* Tailwind (arbitrary) */
class="text-[#c3ecaf] bg-[#c3ecaf]"
/* SCSS */
$brand: #c3ecaf;
/* SwiftUI */
Color(red: 0.765, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#c3ecaf")Accessibility — WCAG contrast
Aa
#c3ecaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ecaf on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.5%
Blue68.6%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#c3ecaf text on a black background
contrast 15.94:1
Card sample
#c3ecaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ecaf;
Background color
Panel with #c3ecaf background
background-color: #c3ecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ecaf; background: linear-gradient(135deg, #c3ecaf, #AFECC4);