Emerald
#34E583
GreenColor Codes
All color formats for development
HEX
#34E583RGB
rgb(52, 229, 131)HSL
hsl(147, 77%, 55%)OKLCH
oklch(0.814 0.195 153.1)CMYK
cmyk(77%, 0%, 43%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF75
2#1AC768
3#17AE5B
4#13954E
5#107C41
6#0D6334
7#0A4A27
8#06321A
9#03190D
Tints
Lighter variations
1#48E790
2#5DEA9C
3#71EDA8
4#85EFB5
5#99F2C1
6#AEF4CE
7#C2F7DA
8#D6FAE6
9#EBFCF3
Tones
Muted variations
1#3DDC84
2#46D385
3#4ECA86
4#57C187
5#60B888
6#69B089
7#72A78A
8#7B9E8A
9#83958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C0 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA9F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E583 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC768 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F713B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094826 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEC;
--emerald-200: #C4F7DB;
--emerald-300: #97F2C0;
--emerald-400: #61EA9F;
--emerald-500: #34E583;
--emerald-600: #1AC768;
--emerald-700: #159E52;
--emerald-800: #0F713B;
--emerald-900: #094826;
--emerald-950: #062D18;
}