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