#3cecaf
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 236, 175
HSL
159°, 82%, 58%
CMYK
75, 0, 26, 8
Luminance
0.6405
Every format
| HEX | #3cecaf |
| RGB | rgb(60, 236, 175) |
| HSL | hsl(159, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 26%, 8%) |
| LAB | lab(84.0 -57.6 17.3) |
| LCH | lch(84.0 60.1 163.3) |
| OKLCH | oklch(0.842 0.164 164.4) |
Copy-ready code
/* CSS */
color: #3cecaf;
background-color: #3cecaf;
/* Tailwind (arbitrary) */
class="text-[#3cecaf] bg-[#3cecaf]"
/* SCSS */
$brand: #3cecaf;
/* SwiftUI */
Color(red: 0.235, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#3cecaf")Accessibility — WCAG contrast
Aa
#3cecaf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cecaf on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.5%
Blue68.6%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#3cecaf text on a black background
contrast 13.81:1
Card sample
#3cecaf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cecaf;
Background color
Panel with #3cecaf background
background-color: #3cecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cecaf; background: linear-gradient(135deg, #3cecaf, #3CB4EC);