Emerald
#34E595
GreenColor Codes
All color formats for development
HEX
#34E595RGB
rgb(52, 229, 149)HSL
hsl(153, 77%, 55%)OKLCH
oklch(0.817 0.179 157.8)CMYK
cmyk(77%, 0%, 35%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF88
2#1AC779
3#17AE6A
4#13955B
5#107C4C
6#0D633C
7#0A4A2D
8#06321E
9#03190F
Tints
Lighter variations
1#48E7A0
2#5DEAAA
3#71EDB5
4#85EFBF
5#99F2CA
6#AEF4D5
7#C2F7DF
8#D6FAEA
9#EBFCF4
Tones
Muted variations
1#3DDC94
2#46D393
3#4ECA92
4#57C192
5#60B891
6#69B090
7#72A78F
8#7B9E8E
9#83958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C9 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAAD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E595 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC779 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09482C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEF;
--emerald-200: #C4F7E0;
--emerald-300: #97F2C9;
--emerald-400: #61EAAD;
--emerald-500: #34E595;
--emerald-600: #1AC779;
--emerald-700: #159E60;
--emerald-800: #0F7145;
--emerald-900: #09482C;
--emerald-950: #062D1B;
}