Emerald
#34E5B5
GreenColor Codes
All color formats for development
HEX
#34E5B5RGB
rgb(52, 229, 181)HSL
hsl(164, 77%, 55%)OKLCH
oklch(0.825 0.154 169.3)CMYK
cmyk(77%, 0%, 21%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDFAC
2#1AC799
3#17AE85
4#139572
5#107C5F
6#0D634C
7#0A4A39
8#063226
9#031913
Tints
Lighter variations
1#48E7BD
2#5DEAC4
3#71EDCC
4#85EFD3
5#99F2DA
6#AEF4E2
7#C2F7E9
8#D6FAF0
9#EBFCF8
Tones
Muted variations
1#3DDCB1
2#46D3AD
3#4ECAA9
4#57C1A5
5#60B8A1
6#69B09D
7#72A799
8#7B9E94
9#839590
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D9 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAC6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094837 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF4;
--emerald-200: #C4F7EA;
--emerald-300: #97F2D9;
--emerald-400: #61EAC6;
--emerald-500: #34E5B5;
--emerald-600: #1AC799;
--emerald-700: #159E79;
--emerald-800: #0F7157;
--emerald-900: #094837;
--emerald-950: #062D23;
}