#c3fcbc
a pale, electric green · cool · closest name: aquamarine
RGB
195, 252, 188
HSL
113°, 91%, 86%
CMYK
23, 0, 25, 1
Luminance
0.8485
Every format
| HEX | #c3fcbc |
| RGB | rgb(195, 252, 188) |
| HSL | hsl(113, 91%, 86%) |
| CMYK | cmyk(23%, 0%, 25%, 1%) |
| LAB | lab(93.8 -29.7 25.0) |
| LCH | lch(93.8 38.8 140.0) |
| OKLCH | oklch(0.936 0.103 141.9) |
Copy-ready code
/* CSS */
color: #c3fcbc;
background-color: #c3fcbc;
/* Tailwind (arbitrary) */
class="text-[#c3fcbc] bg-[#c3fcbc]"
/* SCSS */
$brand: #c3fcbc;
/* SwiftUI */
Color(red: 0.765, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#c3fcbc")Accessibility — WCAG contrast
Aa
#c3fcbc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fcbc on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.8%
Blue73.7%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#c3fcbc text on a black background
contrast 17.97:1
Card sample
#c3fcbc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fcbc;
Background color
Panel with #c3fcbc background
background-color: #c3fcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fcbc; background: linear-gradient(135deg, #c3fcbc, #BCFCE0);