#c5fccf
a pale, electric green · cool · closest name: aquamarine
RGB
197, 252, 207
HSL
131°, 90%, 88%
CMYK
22, 0, 18, 1
Luminance
0.8600
Every format
| HEX | #c5fccf |
| RGB | rgb(197, 252, 207) |
| HSL | hsl(131, 90%, 88%) |
| CMYK | cmyk(22%, 0%, 18%, 1%) |
| LAB | lab(94.3 -25.9 16.0) |
| LCH | lch(94.3 30.4 148.3) |
| OKLCH | oklch(0.942 0.082 150.0) |
Copy-ready code
/* CSS */
color: #c5fccf;
background-color: #c5fccf;
/* Tailwind (arbitrary) */
class="text-[#c5fccf] bg-[#c5fccf]"
/* SCSS */
$brand: #c5fccf;
/* SwiftUI */
Color(red: 0.773, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#c5fccf")Accessibility — WCAG contrast
Aa
#c5fccf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fccf on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.8%
Blue81.2%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#c5fccf text on a black background
contrast 18.20:1
Card sample
#c5fccf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fccf;
Background color
Panel with #c5fccf background
background-color: #c5fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fccf; background: linear-gradient(135deg, #c5fccf, #C5FCF4);