Emerald
#34E5B0
GreenColor Codes
All color formats for development
HEX
#34E5B0RGB
rgb(52, 229, 176)HSL
hsl(162, 77%, 55%)OKLCH
oklch(0.823 0.157 167.2)CMYK
cmyk(77%, 0%, 23%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDFA5
2#1AC793
3#17AE80
4#13956E
5#107C5C
6#0D6349
7#0A4A37
8#063225
9#031912
Tints
Lighter variations
1#48E7B8
2#5DEABF
3#71EDC7
4#85EFCF
5#99F2D7
6#AEF4DF
7#C2F7E7
8#D6FAEF
9#EBFCF7
Tones
Muted variations
1#3DDCAC
2#46D3A9
3#4ECAA5
4#57C1A1
5#60B89E
6#69B09A
7#72A797
8#7B9E93
9#839590
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D6 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC793 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7153 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094835 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF3;
--emerald-200: #C4F7E8;
--emerald-300: #97F2D6;
--emerald-400: #61EAC1;
--emerald-500: #34E5B0;
--emerald-600: #1AC793;
--emerald-700: #159E75;
--emerald-800: #0F7153;
--emerald-900: #094835;
--emerald-950: #062D21;
}