#c3fbaf
a light, electric green · cool · closest name: aquamarine
RGB
195, 251, 175
HSL
104°, 91%, 84%
CMYK
22, 0, 30, 2
Luminance
0.8369
Every format
| HEX | #c3fbaf |
| RGB | rgb(195, 251, 175) |
| HSL | hsl(104, 91%, 84%) |
| CMYK | cmyk(22%, 0%, 30%, 2%) |
| LAB | lab(93.3 -31.3 30.9) |
| LCH | lch(93.3 43.9 135.4) |
| OKLCH | oklch(0.931 0.115 137.6) |
Copy-ready code
/* CSS */
color: #c3fbaf;
background-color: #c3fbaf;
/* Tailwind (arbitrary) */
class="text-[#c3fbaf] bg-[#c3fbaf]"
/* SCSS */
$brand: #c3fbaf;
/* SwiftUI */
Color(red: 0.765, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#c3fbaf")Accessibility — WCAG contrast
Aa
#c3fbaf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fbaf on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.4%
Blue68.6%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#c3fbaf text on a black background
contrast 17.74:1
Card sample
#c3fbaf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fbaf;
Background color
Panel with #c3fbaf background
background-color: #c3fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fbaf; background: linear-gradient(135deg, #c3fbaf, #AFFBCE);