Emerald
#34E5AA
GreenColor Codes
All color formats for development
HEX
#34E5AARGB
rgb(52, 229, 170)HSL
hsl(160, 77%, 55%)OKLCH
oklch(0.822 0.162 164.9)CMYK
cmyk(77%, 0%, 26%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF9F
2#1AC78D
3#17AE7B
4#13956A
5#107C58
6#0D6346
7#0A4A35
8#063223
9#031912
Tints
Lighter variations
1#48E7B2
2#5DEABB
3#71EDC3
4#85EFCC
5#99F2D4
6#AEF4DD
7#C2F7E5
8#D6FAEE
9#EBFCF6
Tones
Muted variations
1#3DDCA7
2#46D3A4
3#4ECAA1
4#57C19E
5#60B89B
6#69B098
7#72A795
8#7B9E92
9#83958F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D3 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EABD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC78D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094833 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF2;
--emerald-200: #C4F7E6;
--emerald-300: #97F2D3;
--emerald-400: #61EABD;
--emerald-500: #34E5AA;
--emerald-600: #1AC78D;
--emerald-700: #159E70;
--emerald-800: #0F7150;
--emerald-900: #094833;
--emerald-950: #062D20;
}