Emerald
#34E5A4
GreenColor Codes
All color formats for development
HEX
#34E5A4RGB
rgb(52, 229, 164)HSL
hsl(158, 77%, 55%)OKLCH
oklch(0.821 0.167 162.6)CMYK
cmyk(77%, 0%, 28%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF98
2#1AC787
3#17AE76
4#139565
5#107C55
6#0D6344
7#0A4A33
8#063222
9#031911
Tints
Lighter variations
1#48E7AD
2#5DEAB6
3#71EDBF
4#85EFC8
5#99F2D1
6#AEF4DB
7#C2F7E4
8#D6FAED
9#EBFCF6
Tones
Muted variations
1#3DDCA1
2#46D39F
3#4ECA9D
4#57C19A
5#60B898
6#69B096
7#72A793
8#7B9E91
9#83958F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D0 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F714D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094831 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF1;
--emerald-200: #C4F7E5;
--emerald-300: #97F2D0;
--emerald-400: #61EAB8;
--emerald-500: #34E5A4;
--emerald-600: #1AC787;
--emerald-700: #159E6C;
--emerald-800: #0F714D;
--emerald-900: #094831;
--emerald-950: #062D1F;
}