#c1f0b2
a light, vivid green · cool · closest name: aquamarine
RGB
193, 240, 178
HSL
106°, 67%, 82%
CMYK
20, 0, 26, 6
Luminance
0.7687
Every format
| HEX | #c1f0b2 |
| RGB | rgb(193, 240, 178) |
| HSL | hsl(106, 67%, 82%) |
| CMYK | cmyk(20%, 0%, 26%, 6%) |
| LAB | lab(90.3 -26.3 25.2) |
| LCH | lch(90.3 36.4 136.3) |
| OKLCH | oklch(0.907 0.096 138.2) |
Copy-ready code
/* CSS */
color: #c1f0b2;
background-color: #c1f0b2;
/* Tailwind (arbitrary) */
class="text-[#c1f0b2] bg-[#c1f0b2]"
/* SCSS */
$brand: #c1f0b2;
/* SwiftUI */
Color(red: 0.757, green: 0.941, blue: 0.698)
/* Android */
Color.parseColor("#c1f0b2")Accessibility — WCAG contrast
Aa
#c1f0b2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1f0b2 on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green94.1%
Blue69.8%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow25.8%
Key (black)5.9%
Color previews
#c1f0b2 text on a black background
contrast 16.37:1
Card sample
#c1f0b2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1f0b2;
Background color
Panel with #c1f0b2 background
background-color: #c1f0b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1f0b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 240, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 240, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1f0b2; background: linear-gradient(135deg, #c1f0b2, #B2F0CC);