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