Emerald
#34E549
GreenColor Codes
All color formats for development
HEX
#34E549RGB
rgb(52, 229, 73)HSL
hsl(127, 77%, 55%)OKLCH
oklch(0.807 0.241 144.3)CMYK
cmyk(77%, 0%, 68%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF34
2#1AC72E
3#17AE28
4#139522
5#107C1D
6#0D6317
7#0A4A11
8#06320B
9#031906
Tints
Lighter variations
1#48E75B
2#5DEA6D
3#71ED7F
4#85EF92
5#99F2A4
6#AEF4B6
7#C2F7C8
8#D6FADB
9#EBFCED
Tones
Muted variations
1#3DDC4F
2#46D356
3#4ECA5D
4#57C164
5#60B86A
6#69B071
7#72A778
8#7B9E7F
9#839585
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA71 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E549 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC72E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F711A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094811 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE3;
--emerald-200: #C4F7CA;
--emerald-300: #97F2A2;
--emerald-400: #61EA71;
--emerald-500: #34E549;
--emerald-600: #1AC72E;
--emerald-700: #159E25;
--emerald-800: #0F711A;
--emerald-900: #094811;
--emerald-950: #062D0A;
}