#c5fcdf
a pale, electric green · cool · closest name: beige
RGB
197, 252, 223
HSL
148°, 90%, 88%
CMYK
22, 0, 12, 1
Luminance
0.8682
Every format
| HEX | #c5fcdf |
| RGB | rgb(197, 252, 223) |
| HSL | hsl(148, 90%, 88%) |
| CMYK | cmyk(22%, 0%, 12%, 1%) |
| LAB | lab(94.7 -23.0 8.2) |
| LCH | lch(94.7 24.4 160.3) |
| OKLCH | oklch(0.946 0.068 161.8) |
Copy-ready code
/* CSS */
color: #c5fcdf;
background-color: #c5fcdf;
/* Tailwind (arbitrary) */
class="text-[#c5fcdf] bg-[#c5fcdf]"
/* SCSS */
$brand: #c5fcdf;
/* SwiftUI */
Color(red: 0.773, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#c5fcdf")Accessibility — WCAG contrast
Aa
#c5fcdf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fcdf on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.8%
Blue87.5%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#c5fcdf text on a black background
contrast 18.36:1
Card sample
#c5fcdf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fcdf;
Background color
Panel with #c5fcdf background
background-color: #c5fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fcdf; background: linear-gradient(135deg, #c5fcdf, #C5F4FC);