Emerald
#34E575
GreenColor Codes
All color formats for development
HEX
#34E575RGB
rgb(52, 229, 117)HSL
hsl(142, 77%, 55%)OKLCH
oklch(0.812 0.207 150.3)CMYK
cmyk(77%, 0%, 49%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF64
2#1AC759
3#17AE4E
4#139543
5#107C38
6#0D632D
7#0A4A21
8#063216
9#03190B
Tints
Lighter variations
1#48E783
2#5DEA90
3#71ED9E
4#85EFAC
5#99F2BA
6#AEF4C8
7#C2F7D6
8#D6FAE3
9#EBFCF1
Tones
Muted variations
1#3DDC77
2#46D379
3#4ECA7C
4#57C17E
5#60B880
6#69B083
7#72A785
8#7B9E88
9#83958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B8 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA93 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E575 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094820 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C4F7D7;
--emerald-300: #97F2B8;
--emerald-400: #61EA93;
--emerald-500: #34E575;
--emerald-600: #1AC759;
--emerald-700: #159E47;
--emerald-800: #0F7133;
--emerald-900: #094820;
--emerald-950: #062D14;
}