#c1f8c8
a pale, electric green · cool · closest name: aquamarine
RGB
193, 248, 200
HSL
128°, 80%, 87%
CMYK
22, 0, 19, 3
Luminance
0.8264
Every format
| HEX | #c1f8c8 |
| RGB | rgb(193, 248, 200) |
| HSL | hsl(128, 80%, 87%) |
| CMYK | cmyk(22%, 0%, 19%, 3%) |
| LAB | lab(92.9 -26.5 17.5) |
| LCH | lch(92.9 31.7 146.6) |
| OKLCH | oklch(0.929 0.086 148.3) |
Copy-ready code
/* CSS */
color: #c1f8c8;
background-color: #c1f8c8;
/* Tailwind (arbitrary) */
class="text-[#c1f8c8] bg-[#c1f8c8]"
/* SCSS */
$brand: #c1f8c8;
/* SwiftUI */
Color(red: 0.757, green: 0.973, blue: 0.784)
/* Android */
Color.parseColor("#c1f8c8")Accessibility — WCAG contrast
Aa
#c1f8c8 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1f8c8 on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green97.3%
Blue78.4%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow19.4%
Key (black)2.7%
Color previews
#c1f8c8 text on a black background
contrast 17.53:1
Card sample
#c1f8c8 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1f8c8;
Background color
Panel with #c1f8c8 background
background-color: #c1f8c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1f8c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 248, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 248, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1f8c8; background: linear-gradient(135deg, #c1f8c8, #C1F8ED);