#c5fcc7
a pale, electric green · cool · closest name: aquamarine
RGB
197, 252, 199
HSL
122°, 90%, 88%
CMYK
22, 0, 21, 1
Luminance
0.8561
Every format
| HEX | #c5fcc7 |
| RGB | rgb(197, 252, 199) |
| HSL | hsl(122, 90%, 88%) |
| CMYK | cmyk(22%, 0%, 21%, 1%) |
| LAB | lab(94.2 -27.3 19.8) |
| LCH | lch(94.2 33.7 144.0) |
| OKLCH | oklch(0.940 0.090 145.7) |
Copy-ready code
/* CSS */
color: #c5fcc7;
background-color: #c5fcc7;
/* Tailwind (arbitrary) */
class="text-[#c5fcc7] bg-[#c5fcc7]"
/* SCSS */
$brand: #c5fcc7;
/* SwiftUI */
Color(red: 0.773, green: 0.988, blue: 0.780)
/* Android */
Color.parseColor("#c5fcc7")Accessibility — WCAG contrast
Aa
#c5fcc7 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fcc7 on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.8%
Blue78.0%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow21.0%
Key (black)1.2%
Color previews
#c5fcc7 text on a black background
contrast 18.12:1
Card sample
#c5fcc7 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fcc7;
Background color
Panel with #c5fcc7 background
background-color: #c5fcc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fcc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 252, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 252, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fcc7; background: linear-gradient(135deg, #c5fcc7, #C5FCEC);