#c1ffd6
a pale, electric green · cool · closest name: aquamarine
RGB
193, 255, 214
HSL
140°, 100%, 88%
CMYK
24, 0, 16, 0
Luminance
0.8771
Every format
| HEX | #c1ffd6 |
| RGB | rgb(193, 255, 214) |
| HSL | hsl(140, 100%, 88%) |
| CMYK | cmyk(24%, 0%, 16%, 0%) |
| LAB | lab(95.0 -27.3 13.4) |
| LCH | lch(95.0 30.4 153.9) |
| OKLCH | oklch(0.947 0.083 155.5) |
Copy-ready code
/* CSS */
color: #c1ffd6;
background-color: #c1ffd6;
/* Tailwind (arbitrary) */
class="text-[#c1ffd6] bg-[#c1ffd6]"
/* SCSS */
$brand: #c1ffd6;
/* SwiftUI */
Color(red: 0.757, green: 1.000, blue: 0.839)
/* Android */
Color.parseColor("#c1ffd6")Accessibility — WCAG contrast
Aa
#c1ffd6 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ffd6 on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green100.0%
Blue83.9%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow16.1%
Key (black)0.0%
Color previews
#c1ffd6 text on a black background
contrast 18.54:1
Card sample
#c1ffd6 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ffd6;
Background color
Panel with #c1ffd6 background
background-color: #c1ffd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ffd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 255, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 255, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ffd6; background: linear-gradient(135deg, #c1ffd6, #C1FFFF);