#c3fcaf
a light, electric green · cool · closest name: aquamarine
RGB
195, 252, 175
HSL
104°, 93%, 84%
CMYK
23, 0, 31, 1
Luminance
0.8432
Every format
| HEX | #c3fcaf |
| RGB | rgb(195, 252, 175) |
| HSL | hsl(104, 93%, 84%) |
| CMYK | cmyk(23%, 0%, 31%, 1%) |
| LAB | lab(93.6 -31.7 31.2) |
| LCH | lch(93.6 44.5 135.5) |
| OKLCH | oklch(0.933 0.117 137.8) |
Copy-ready code
/* CSS */
color: #c3fcaf;
background-color: #c3fcaf;
/* Tailwind (arbitrary) */
class="text-[#c3fcaf] bg-[#c3fcaf]"
/* SCSS */
$brand: #c3fcaf;
/* SwiftUI */
Color(red: 0.765, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#c3fcaf")Accessibility — WCAG contrast
Aa
#c3fcaf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fcaf on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.8%
Blue68.6%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#c3fcaf text on a black background
contrast 17.86:1
Card sample
#c3fcaf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fcaf;
Background color
Panel with #c3fcaf background
background-color: #c3fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fcaf; background: linear-gradient(135deg, #c3fcaf, #AFFCCE);