#3cffac
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 255, 172
HSL
155°, 100%, 62%
CMYK
77, 0, 33, 0
Luminance
0.7546
Every format
| HEX | #3cffac |
| RGB | rgb(60, 255, 172) |
| HSL | hsl(155, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 33%, 0%) |
| LAB | lab(89.6 -65.3 26.5) |
| LCH | lch(89.6 70.5 157.9) |
| OKLCH | oklch(0.888 0.189 159.3) |
Copy-ready code
/* CSS */
color: #3cffac;
background-color: #3cffac;
/* Tailwind (arbitrary) */
class="text-[#3cffac] bg-[#3cffac]"
/* SCSS */
$brand: #3cffac;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#3cffac")Accessibility — WCAG contrast
Aa
#3cffac on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cffac on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue67.5%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#3cffac text on a black background
contrast 16.09:1
Card sample
#3cffac text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cffac;
Background color
Panel with #3cffac background
background-color: #3cffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cffac; background: linear-gradient(135deg, #3cffac, #3CD0FF);