#c3fecb
a pale, electric green · cool · closest name: aquamarine
RGB
195, 254, 203
HSL
128°, 97%, 88%
CMYK
23, 0, 20, 0
Luminance
0.8680
Every format
| HEX | #c3fecb |
| RGB | rgb(195, 254, 203) |
| HSL | hsl(128, 97%, 88%) |
| CMYK | cmyk(23%, 0%, 20%, 0%) |
| LAB | lab(94.7 -28.2 18.5) |
| LCH | lch(94.7 33.7 146.7) |
| OKLCH | oklch(0.944 0.091 148.5) |
Copy-ready code
/* CSS */
color: #c3fecb;
background-color: #c3fecb;
/* Tailwind (arbitrary) */
class="text-[#c3fecb] bg-[#c3fecb]"
/* SCSS */
$brand: #c3fecb;
/* SwiftUI */
Color(red: 0.765, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#c3fecb")Accessibility — WCAG contrast
Aa
#c3fecb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fecb on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green99.6%
Blue79.6%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#c3fecb text on a black background
contrast 18.36:1
Card sample
#c3fecb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fecb;
Background color
Panel with #c3fecb background
background-color: #c3fecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fecb; background: linear-gradient(135deg, #c3fecb, #C3FEF2);