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