Emerald
#34E57B
GreenColor Codes
All color formats for development
HEX
#34E57BRGB
rgb(52, 229, 123)HSL
hsl(144, 77%, 55%)OKLCH
oklch(0.813 0.202 151.4)CMYK
cmyk(77%, 0%, 46%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF6B
2#1AC75F
3#17AE53
4#139547
5#107C3B
6#0D632F
7#0A4A24
8#063218
9#03190C
Tints
Lighter variations
1#48E788
2#5DEA95
3#71EDA2
4#85EFB0
5#99F2BD
6#AEF4CA
7#C2F7D7
8#D6FAE5
9#EBFCF2
Tones
Muted variations
1#3DDC7C
2#46D37E
3#4ECA80
4#57C182
5#60B883
6#69B085
7#72A787
8#7B9E89
9#83958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA98 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E57B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC75F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094823 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C4F7D9;
--emerald-300: #97F2BB;
--emerald-400: #61EA98;
--emerald-500: #34E57B;
--emerald-600: #1AC75F;
--emerald-700: #159E4C;
--emerald-800: #0F7136;
--emerald-900: #094823;
--emerald-950: #062D16;
}