#c1feaf
a light, electric green · cool · closest name: aquamarine
RGB
193, 254, 175
HSL
106°, 98%, 84%
CMYK
24, 0, 31, 0
Luminance
0.8532
Every format
| HEX | #c1feaf |
| RGB | rgb(193, 254, 175) |
| HSL | hsl(106, 98%, 84%) |
| CMYK | cmyk(24%, 0%, 31%, 0%) |
| LAB | lab(94.0 -33.3 31.8) |
| LCH | lch(94.0 46.0 136.3) |
| OKLCH | oklch(0.937 0.121 138.7) |
Copy-ready code
/* CSS */
color: #c1feaf;
background-color: #c1feaf;
/* Tailwind (arbitrary) */
class="text-[#c1feaf] bg-[#c1feaf]"
/* SCSS */
$brand: #c1feaf;
/* SwiftUI */
Color(red: 0.757, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#c1feaf")Accessibility — WCAG contrast
Aa
#c1feaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1feaf on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green99.6%
Blue68.6%
CMYK percentages
Cyan24.0%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#c1feaf text on a black background
contrast 18.06:1
Card sample
#c1feaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1feaf;
Background color
Panel with #c1feaf background
background-color: #c1feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1feaf; background: linear-gradient(135deg, #c1feaf, #AFFED2);