Emerald
#34E56F
GreenColor Codes
All color formats for development
HEX
#34E56FRGB
rgb(52, 229, 111)HSL
hsl(140, 77%, 55%)OKLCH
oklch(0.811 0.212 149.2)CMYK
cmyk(77%, 0%, 52%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF5E
2#1AC753
3#17AE49
4#13953F
5#107C34
6#0D632A
7#0A4A1F
8#063215
9#03190A
Tints
Lighter variations
1#48E77D
2#5DEA8C
3#71ED9A
4#85EFA8
5#99F2B7
6#AEF4C5
7#C2F7D4
8#D6FAE2
9#EBFCF1
Tones
Muted variations
1#3DDC72
2#46D375
3#4ECA78
4#57C17B
5#60B87E
6#69B080
7#72A783
8#7B9E86
9#839589
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B5 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA8F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E56F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC753 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F712F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE9;
--emerald-200: #C4F7D5;
--emerald-300: #97F2B5;
--emerald-400: #61EA8F;
--emerald-500: #34E56F;
--emerald-600: #1AC753;
--emerald-700: #159E42;
--emerald-800: #0F712F;
--emerald-900: #09481E;
--emerald-950: #062D13;
}