#c5fcc2
a pale, electric green · cool · closest name: aquamarine
RGB
197, 252, 194
HSL
117°, 91%, 88%
CMYK
22, 0, 23, 1
Luminance
0.8539
Every format
| HEX | #c5fcc2 |
| RGB | rgb(197, 252, 194) |
| HSL | hsl(117, 91%, 88%) |
| CMYK | cmyk(22%, 0%, 23%, 1%) |
| LAB | lab(94.0 -28.1 22.3) |
| LCH | lch(94.0 35.8 141.6) |
| OKLCH | oklch(0.939 0.095 143.5) |
Copy-ready code
/* CSS */
color: #c5fcc2;
background-color: #c5fcc2;
/* Tailwind (arbitrary) */
class="text-[#c5fcc2] bg-[#c5fcc2]"
/* SCSS */
$brand: #c5fcc2;
/* SwiftUI */
Color(red: 0.773, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#c5fcc2")Accessibility — WCAG contrast
Aa
#c5fcc2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fcc2 on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.8%
Blue76.1%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#c5fcc2 text on a black background
contrast 18.08:1
Card sample
#c5fcc2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fcc2;
Background color
Panel with #c5fcc2 background
background-color: #c5fcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fcc2; background: linear-gradient(135deg, #c5fcc2, #C2FCE6);