Emerald
#34E569
GreenColor Codes
All color formats for development
HEX
#34E569RGB
rgb(52, 229, 105)HSL
hsl(138, 77%, 55%)OKLCH
oklch(0.81 0.217 148.2)CMYK
cmyk(77%, 0%, 54%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF57
2#1AC74E
3#17AE44
4#13953A
5#107C31
6#0D6327
7#0A4A1D
8#063213
9#03190A
Tints
Lighter variations
1#48E778
2#5DEA87
3#71ED96
4#85EFA5
5#99F2B4
6#AEF4C3
7#C2F7D2
8#D6FAE1
9#EBFCF0
Tones
Muted variations
1#3DDC6C
2#46D370
3#4ECA74
4#57C177
5#60B87B
6#69B07E
7#72A782
8#7B9E85
9#839589
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA8A | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E569 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC74E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F712C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE8;
--emerald-200: #C4F7D4;
--emerald-300: #97F2B2;
--emerald-400: #61EA8A;
--emerald-500: #34E569;
--emerald-600: #1AC74E;
--emerald-700: #159E3E;
--emerald-800: #0F712C;
--emerald-900: #09481C;
--emerald-950: #062D12;
}