#c1f9d3
a pale, electric green · cool · closest name: aquamarine
RGB
193, 249, 211
HSL
139°, 82%, 87%
CMYK
23, 0, 15, 2
Luminance
0.8379
Every format
| HEX | #c1f9d3 |
| RGB | rgb(193, 249, 211) |
| HSL | hsl(139, 82%, 87%) |
| CMYK | cmyk(23%, 0%, 15%, 2%) |
| LAB | lab(93.4 -25.0 12.5) |
| LCH | lch(93.4 28.0 153.4) |
| OKLCH | oklch(0.934 0.077 155.0) |
Copy-ready code
/* CSS */
color: #c1f9d3;
background-color: #c1f9d3;
/* Tailwind (arbitrary) */
class="text-[#c1f9d3] bg-[#c1f9d3]"
/* SCSS */
$brand: #c1f9d3;
/* SwiftUI */
Color(red: 0.757, green: 0.976, blue: 0.827)
/* Android */
Color.parseColor("#c1f9d3")Accessibility — WCAG contrast
Aa
#c1f9d3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1f9d3 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green97.6%
Blue82.7%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow15.3%
Key (black)2.4%
Color previews
#c1f9d3 text on a black background
contrast 17.76:1
Card sample
#c1f9d3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1f9d3;
Background color
Panel with #c1f9d3 background
background-color: #c1f9d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1f9d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 249, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 249, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1f9d3; background: linear-gradient(135deg, #c1f9d3, #C1F9F8);