#c1ffdf
a pale, electric green · cool · closest name: aquamarine
RGB
193, 255, 223
HSL
149°, 100%, 88%
CMYK
24, 0, 13, 0
Luminance
0.8819
Every format
| HEX | #c1ffdf |
| RGB | rgb(193, 255, 223) |
| HSL | hsl(149, 100%, 88%) |
| CMYK | cmyk(24%, 0%, 13%, 0%) |
| LAB | lab(95.2 -25.7 9.0) |
| LCH | lch(95.2 27.2 160.6) |
| OKLCH | oklch(0.950 0.076 162.1) |
Copy-ready code
/* CSS */
color: #c1ffdf;
background-color: #c1ffdf;
/* Tailwind (arbitrary) */
class="text-[#c1ffdf] bg-[#c1ffdf]"
/* SCSS */
$brand: #c1ffdf;
/* SwiftUI */
Color(red: 0.757, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#c1ffdf")Accessibility — WCAG contrast
Aa
#c1ffdf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ffdf on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green100.0%
Blue87.5%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#c1ffdf text on a black background
contrast 18.64:1
Card sample
#c1ffdf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ffdf;
Background color
Panel with #c1ffdf background
background-color: #c1ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ffdf; background: linear-gradient(135deg, #c1ffdf, #C1F6FF);