#c3fdbc
a pale, electric green · cool · closest name: aquamarine
RGB
195, 253, 188
HSL
114°, 94%, 87%
CMYK
23, 0, 26, 1
Luminance
0.8548
Every format
| HEX | #c3fdbc |
| RGB | rgb(195, 253, 188) |
| HSL | hsl(114, 94%, 87%) |
| CMYK | cmyk(23%, 0%, 26%, 1%) |
| LAB | lab(94.1 -30.2 25.3) |
| LCH | lch(94.1 39.4 140.0) |
| OKLCH | oklch(0.938 0.104 142.0) |
Copy-ready code
/* CSS */
color: #c3fdbc;
background-color: #c3fdbc;
/* Tailwind (arbitrary) */
class="text-[#c3fdbc] bg-[#c3fdbc]"
/* SCSS */
$brand: #c3fdbc;
/* SwiftUI */
Color(red: 0.765, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#c3fdbc")Accessibility — WCAG contrast
Aa
#c3fdbc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fdbc on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green99.2%
Blue73.7%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#c3fdbc text on a black background
contrast 18.10:1
Card sample
#c3fdbc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fdbc;
Background color
Panel with #c3fdbc background
background-color: #c3fdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fdbc; background: linear-gradient(135deg, #c3fdbc, #BCFDE0);