#c3fbcf
a pale, electric green · cool · closest name: aquamarine
RGB
195, 251, 207
HSL
133°, 88%, 88%
CMYK
22, 0, 18, 2
Luminance
0.8510
Every format
| HEX | #c3fbcf |
| RGB | rgb(195, 251, 207) |
| HSL | hsl(133, 88%, 88%) |
| CMYK | cmyk(22%, 0%, 18%, 2%) |
| LAB | lab(93.9 -26.1 15.4) |
| LCH | lch(93.9 30.3 149.4) |
| OKLCH | oklch(0.938 0.082 151.1) |
Copy-ready code
/* CSS */
color: #c3fbcf;
background-color: #c3fbcf;
/* Tailwind (arbitrary) */
class="text-[#c3fbcf] bg-[#c3fbcf]"
/* SCSS */
$brand: #c3fbcf;
/* SwiftUI */
Color(red: 0.765, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#c3fbcf")Accessibility — WCAG contrast
Aa
#c3fbcf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fbcf on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.4%
Blue81.2%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#c3fbcf text on a black background
contrast 18.02:1
Card sample
#c3fbcf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fbcf;
Background color
Panel with #c3fbcf background
background-color: #c3fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fbcf; background: linear-gradient(135deg, #c3fbcf, #C3FBF4);