Emerald
#3EDAA6
GreenColor Codes
All color formats for development
HEX
#3EDAA6RGB
rgb(62, 218, 166)HSL
hsl(160, 68%, 55%)OKLCH
oklch(0.796 0.149 165.9)CMYK
cmyk(72%, 0%, 24%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28D49B
2#24BC8A
3#1FA578
4#1B8D67
5#167656
6#125E45
7#0D4734
8#092F22
9#041811
Tints
Lighter variations
1#51DEAF
2#65E2B8
3#78E5C1
4#8BE9CA
5#9FEDD3
6#B2F0DC
7#C5F4E4
8#D8F8ED
9#ECFBF6
Tones
Muted variations
1#46D2A4
2#4ECBA1
3#56C39E
4#5DBB9C
5#65B399
6#6DAB97
7#75A494
8#7D9C91
9#84948F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2BA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D966D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4532 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E1F9F1;
--emerald-200: #C7F4E5;
--emerald-300: #9CECD2;
--emerald-400: #69E2BA;
--emerald-500: #3EDAA6;
--emerald-600: #24BC8A;
--emerald-700: #1D966D;
--emerald-800: #146B4E;
--emerald-900: #0D4532;
--emerald-950: #082B1F;
}