#c1fbaf
a light, electric green · cool · closest name: aquamarine
RGB
193, 251, 175
HSL
106°, 91%, 84%
CMYK
23, 0, 30, 2
Luminance
0.8343
Every format
| HEX | #c1fbaf |
| RGB | rgb(193, 251, 175) |
| HSL | hsl(106, 91%, 84%) |
| CMYK | cmyk(23%, 0%, 30%, 2%) |
| LAB | lab(93.2 -31.9 30.7) |
| LCH | lch(93.2 44.3 136.1) |
| OKLCH | oklch(0.930 0.116 138.4) |
Copy-ready code
/* CSS */
color: #c1fbaf;
background-color: #c1fbaf;
/* Tailwind (arbitrary) */
class="text-[#c1fbaf] bg-[#c1fbaf]"
/* SCSS */
$brand: #c1fbaf;
/* SwiftUI */
Color(red: 0.757, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#c1fbaf")Accessibility — WCAG contrast
Aa
#c1fbaf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1fbaf on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green98.4%
Blue68.6%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#c1fbaf text on a black background
contrast 17.69:1
Card sample
#c1fbaf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1fbaf;
Background color
Panel with #c1fbaf background
background-color: #c1fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1fbaf; background: linear-gradient(135deg, #c1fbaf, #AFFBD0);