#3cfbac
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 251, 172
HSL
155°, 96%, 61%
CMYK
76, 0, 32, 2
Luminance
0.7293
Every format
| HEX | #3cfbac |
| RGB | rgb(60, 251, 172) |
| HSL | hsl(155, 96%, 61%) |
| CMYK | cmyk(76%, 0%, 32%, 2%) |
| LAB | lab(88.4 -63.9 24.9) |
| LCH | lch(88.4 68.5 158.7) |
| OKLCH | oklch(0.878 0.185 160.0) |
Copy-ready code
/* CSS */
color: #3cfbac;
background-color: #3cfbac;
/* Tailwind (arbitrary) */
class="text-[#3cfbac] bg-[#3cfbac]"
/* SCSS */
$brand: #3cfbac;
/* SwiftUI */
Color(red: 0.235, green: 0.984, blue: 0.675)
/* Android */
Color.parseColor("#3cfbac")Accessibility — WCAG contrast
Aa
#3cfbac on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfbac on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green98.4%
Blue67.5%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow31.5%
Key (black)1.6%
Color previews
#3cfbac text on a black background
contrast 15.59:1
Card sample
#3cfbac text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfbac;
Background color
Panel with #3cfbac background
background-color: #3cfbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 251, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 251, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfbac; background: linear-gradient(135deg, #3cfbac, #3CCBFB);