#c3fdcd
a pale, electric green · cool · closest name: aquamarine
RGB
195, 253, 205
HSL
130°, 94%, 88%
CMYK
23, 0, 19, 1
Luminance
0.8626
Every format
| HEX | #c3fdcd |
| RGB | rgb(195, 253, 205) |
| HSL | hsl(130, 94%, 88%) |
| CMYK | cmyk(23%, 0%, 19%, 1%) |
| LAB | lab(94.4 -27.4 17.1) |
| LCH | lch(94.4 32.3 147.9) |
| OKLCH | oklch(0.942 0.087 149.6) |
Copy-ready code
/* CSS */
color: #c3fdcd;
background-color: #c3fdcd;
/* Tailwind (arbitrary) */
class="text-[#c3fdcd] bg-[#c3fdcd]"
/* SCSS */
$brand: #c3fdcd;
/* SwiftUI */
Color(red: 0.765, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#c3fdcd")Accessibility — WCAG contrast
Aa
#c3fdcd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fdcd on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green99.2%
Blue80.4%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#c3fdcd text on a black background
contrast 18.25:1
Card sample
#c3fdcd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fdcd;
Background color
Panel with #c3fdcd background
background-color: #c3fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fdcd; background: linear-gradient(135deg, #c3fdcd, #C3FDF4);