#c3fcdf
a pale, electric green · cool · closest name: beige
RGB
195, 252, 223
HSL
150°, 91%, 88%
CMYK
23, 0, 12, 1
Luminance
0.8655
Every format
| HEX | #c3fcdf |
| RGB | rgb(195, 252, 223) |
| HSL | hsl(150, 91%, 88%) |
| CMYK | cmyk(23%, 0%, 12%, 1%) |
| LAB | lab(94.5 -23.6 8.1) |
| LCH | lch(94.5 24.9 161.2) |
| OKLCH | oklch(0.944 0.070 162.6) |
Copy-ready code
/* CSS */
color: #c3fcdf;
background-color: #c3fcdf;
/* Tailwind (arbitrary) */
class="text-[#c3fcdf] bg-[#c3fcdf]"
/* SCSS */
$brand: #c3fcdf;
/* SwiftUI */
Color(red: 0.765, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#c3fcdf")Accessibility — WCAG contrast
Aa
#c3fcdf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fcdf on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.8%
Blue87.5%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#c3fcdf text on a black background
contrast 18.31:1
Card sample
#c3fcdf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fcdf;
Background color
Panel with #c3fcdf background
background-color: #c3fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fcdf; background: linear-gradient(135deg, #c3fcdf, #C3F3FC);