#c3fbc9
a pale, electric green · cool · closest name: aquamarine
RGB
195, 251, 201
HSL
126°, 88%, 88%
CMYK
22, 0, 20, 2
Luminance
0.8481
Every format
| HEX | #c3fbc9 |
| RGB | rgb(195, 251, 201) |
| HSL | hsl(126, 88%, 88%) |
| CMYK | cmyk(22%, 0%, 20%, 2%) |
| LAB | lab(93.8 -27.1 18.3) |
| LCH | lch(93.8 32.7 146.0) |
| OKLCH | oklch(0.937 0.088 147.7) |
Copy-ready code
/* CSS */
color: #c3fbc9;
background-color: #c3fbc9;
/* Tailwind (arbitrary) */
class="text-[#c3fbc9] bg-[#c3fbc9]"
/* SCSS */
$brand: #c3fbc9;
/* SwiftUI */
Color(red: 0.765, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#c3fbc9")Accessibility — WCAG contrast
Aa
#c3fbc9 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fbc9 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.4%
Blue78.8%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#c3fbc9 text on a black background
contrast 17.96:1
Card sample
#c3fbc9 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fbc9;
Background color
Panel with #c3fbc9 background
background-color: #c3fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fbc9; background: linear-gradient(135deg, #c3fbc9, #C3FBEE);