Emerald
#69E2A2
GreenColor Codes
All color formats for development
HEX
#69E2A2RGB
rgb(105, 226, 162)HSL
hsl(148, 68%, 65%)OKLCH
oklch(0.826 0.143 157.9)CMYK
cmyk(54%, 0%, 28%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD90
2#31D87F
3#25C36F
4#20A75F
5#1B8B4F
6#156F3F
7#10542F
8#0B3820
9#051C10
Tints
Lighter variations
1#78E5AB
2#87E8B4
3#96EBBE
4#A5EEC7
5#B4F1D0
6#C3F4DA
7#D2F6E3
8#E1F9EC
9#F0FCF6
Tones
Muted variations
1#6FDCA2
2#75D6A3
3#7BD0A3
4#81CAA3
5#87C4A4
6#8DBEA4
7#94B8A5
8#9AB2A5
9#A0ACA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4527 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E1F9EC;
--emerald-200: #C7F4DC;
--emerald-300: #9CECC2;
--emerald-400: #69E2A2;
--emerald-500: #3EDA87;
--emerald-600: #24BC6B;
--emerald-700: #1D9655;
--emerald-800: #146B3D;
--emerald-900: #0D4527;
--emerald-950: #082B18;
}