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