#3cf6ab
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 246, 171
HSL
156°, 91%, 60%
CMYK
76, 0, 31, 4
Luminance
0.6981
Every format
| HEX | #3cf6ab |
| RGB | rgb(60, 246, 171) |
| HSL | hsl(156, 91%, 60%) |
| CMYK | cmyk(76%, 0%, 31%, 4%) |
| LAB | lab(86.9 -62.2 23.4) |
| LCH | lch(86.9 66.5 159.4) |
| OKLCH | oklch(0.866 0.179 160.7) |
Copy-ready code
/* CSS */
color: #3cf6ab;
background-color: #3cf6ab;
/* Tailwind (arbitrary) */
class="text-[#3cf6ab] bg-[#3cf6ab]"
/* SCSS */
$brand: #3cf6ab;
/* SwiftUI */
Color(red: 0.235, green: 0.965, blue: 0.671)
/* Android */
Color.parseColor("#3cf6ab")Accessibility — WCAG contrast
Aa
#3cf6ab on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf6ab on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green96.5%
Blue67.1%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow30.5%
Key (black)3.5%
Color previews
#3cf6ab text on a black background
contrast 14.96:1
Card sample
#3cf6ab text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf6ab;
Background color
Panel with #3cf6ab background
background-color: #3cf6ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf6ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 246, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 246, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf6ab; background: linear-gradient(135deg, #3cf6ab, #3CC5F6);