#c1e1cf
a light, soft green · cool · closest name: beige
RGB
193, 225, 207
HSL
146°, 35%, 82%
CMYK
14, 0, 8, 12
Luminance
0.6969
Every format
| HEX | #c1e1cf |
| RGB | rgb(193, 225, 207) |
| HSL | hsl(146, 35%, 82%) |
| CMYK | cmyk(14%, 0%, 8%, 12%) |
| LAB | lab(86.8 -14.0 5.3) |
| LCH | lch(86.8 14.9 159.3) |
| OKLCH | oklch(0.881 0.042 160.8) |
Copy-ready code
/* CSS */
color: #c1e1cf;
background-color: #c1e1cf;
/* Tailwind (arbitrary) */
class="text-[#c1e1cf] bg-[#c1e1cf]"
/* SCSS */
$brand: #c1e1cf;
/* SwiftUI */
Color(red: 0.757, green: 0.882, blue: 0.812)
/* Android */
Color.parseColor("#c1e1cf")Accessibility — WCAG contrast
Aa
#c1e1cf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1e1cf on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green88.2%
Blue81.2%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow8.0%
Key (black)11.8%
Color previews
#c1e1cf text on a black background
contrast 14.94:1
Card sample
#c1e1cf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1e1cf;
Background color
Panel with #c1e1cf background
background-color: #c1e1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1e1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 225, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 225, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1e1cf; background: linear-gradient(135deg, #c1e1cf, #C1DEE1);