Emerald
#34E58F
GreenColor Codes
All color formats for development
HEX
#34E58FRGB
rgb(52, 229, 143)HSL
hsl(151, 77%, 55%)OKLCH
oklch(0.816 0.184 156.1)CMYK
cmyk(77%, 0%, 38%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF81
2#1AC773
3#17AE65
4#139556
5#107C48
6#0D633A
7#0A4A2B
8#06321D
9#03190E
Tints
Lighter variations
1#48E79A
2#5DEAA6
3#71EDB1
4#85EFBC
5#99F2C7
6#AEF4D2
7#C2F7DD
8#D6FAE9
9#EBFCF4
Tones
Muted variations
1#3DDC8F
2#46D38F
3#4ECA8E
4#57C18E
5#60B88E
6#69B08D
7#72A78D
8#7B9E8D
9#83958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C6 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E58F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC773 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7141 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09482A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEE;
--emerald-200: #C4F7DF;
--emerald-300: #97F2C6;
--emerald-400: #61EAA8;
--emerald-500: #34E58F;
--emerald-600: #1AC773;
--emerald-700: #159E5C;
--emerald-800: #0F7141;
--emerald-900: #09482A;
--emerald-950: #062D1A;
}