#c3eeaf
a light, vivid green · cool · closest name: khaki
RGB
195, 238, 175
HSL
101°, 65%, 81%
CMYK
18, 0, 27, 7
Luminance
0.7585
Every format
| HEX | #c3eeaf |
| RGB | rgb(195, 238, 175) |
| HSL | hsl(101, 65%, 81%) |
| CMYK | cmyk(18%, 0%, 27%, 7%) |
| LAB | lab(89.8 -25.1 26.1) |
| LCH | lch(89.8 36.2 133.9) |
| OKLCH | oklch(0.903 0.095 135.9) |
Copy-ready code
/* CSS */
color: #c3eeaf;
background-color: #c3eeaf;
/* Tailwind (arbitrary) */
class="text-[#c3eeaf] bg-[#c3eeaf]"
/* SCSS */
$brand: #c3eeaf;
/* SwiftUI */
Color(red: 0.765, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#c3eeaf")Accessibility — WCAG contrast
Aa
#c3eeaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3eeaf on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green93.3%
Blue68.6%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#c3eeaf text on a black background
contrast 16.17:1
Card sample
#c3eeaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3eeaf;
Background color
Panel with #c3eeaf background
background-color: #c3eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3eeaf; background: linear-gradient(135deg, #c3eeaf, #AFEEC5);