#c1fdac
a light, electric green · cool · closest name: aquamarine
RGB
193, 253, 172
HSL
104°, 95%, 83%
CMYK
24, 0, 32, 1
Luminance
0.8457
Every format
| HEX | #c1fdac |
| RGB | rgb(193, 253, 172) |
| HSL | hsl(104, 95%, 83%) |
| CMYK | cmyk(24%, 0%, 32%, 1%) |
| LAB | lab(93.7 -33.3 32.9) |
| LCH | lch(93.7 46.8 135.4) |
| OKLCH | oklch(0.934 0.122 137.8) |
Copy-ready code
/* CSS */
color: #c1fdac;
background-color: #c1fdac;
/* Tailwind (arbitrary) */
class="text-[#c1fdac] bg-[#c1fdac]"
/* SCSS */
$brand: #c1fdac;
/* SwiftUI */
Color(red: 0.757, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#c1fdac")Accessibility — WCAG contrast
Aa
#c1fdac on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1fdac on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green99.2%
Blue67.5%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#c1fdac text on a black background
contrast 17.91:1
Card sample
#c1fdac text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1fdac;
Background color
Panel with #c1fdac background
background-color: #c1fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1fdac; background: linear-gradient(135deg, #c1fdac, #ACFDCD);