Emerald
#69E292
GreenColor Codes
All color formats for development
HEX
#69E292RGB
rgb(105, 226, 146)HSL
hsl(140, 68%, 65%)OKLCH
oklch(0.823 0.158 152.5)CMYK
cmyk(54%, 0%, 35%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD7D
2#31D869
3#25C35A
4#20A74D
5#1B8B40
6#156F33
7#105426
8#0B381A
9#051C0D
Tints
Lighter variations
1#78E59C
2#87E8A7
3#96EBB2
4#A5EEBD
5#B4F1C8
6#C3F4D3
7#D2F6DE
8#E1F9E9
9#F0FCF4
Tones
Muted variations
1#6FDC94
2#75D696
3#7BD098
4#81CA9A
5#87C49C
6#8DBE9E
7#94B8A0
8#9AB2A2
9#A0ACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E292 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA72 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC57 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9645 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4520 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E1F9E9;
--emerald-200: #C7F4D6;
--emerald-300: #9CECB7;
--emerald-400: #69E292;
--emerald-500: #3EDA72;
--emerald-600: #24BC57;
--emerald-700: #1D9645;
--emerald-800: #146B31;
--emerald-900: #0D4520;
--emerald-950: #082B14;
}