#c3fccf
a pale, electric green · cool · closest name: aquamarine
RGB
195, 252, 207
HSL
133°, 91%, 88%
CMYK
23, 0, 18, 1
Luminance
0.8573
Every format
| HEX | #c3fccf |
| RGB | rgb(195, 252, 207) |
| HSL | hsl(133, 91%, 88%) |
| CMYK | cmyk(23%, 0%, 18%, 1%) |
| LAB | lab(94.2 -26.5 15.8) |
| LCH | lch(94.2 30.9 149.2) |
| OKLCH | oklch(0.940 0.084 150.9) |
Copy-ready code
/* CSS */
color: #c3fccf;
background-color: #c3fccf;
/* Tailwind (arbitrary) */
class="text-[#c3fccf] bg-[#c3fccf]"
/* SCSS */
$brand: #c3fccf;
/* SwiftUI */
Color(red: 0.765, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#c3fccf")Accessibility — WCAG contrast
Aa
#c3fccf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fccf on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.8%
Blue81.2%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#c3fccf text on a black background
contrast 18.15:1
Card sample
#c3fccf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fccf;
Background color
Panel with #c3fccf background
background-color: #c3fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fccf; background: linear-gradient(135deg, #c3fccf, #C3FCF5);