Emerald
#69E26D
GreenColor Codes
All color formats for development
HEX
#69E26DRGB
rgb(105, 226, 109)HSL
hsl(122, 68%, 65%)OKLCH
oklch(0.817 0.191 144.2)CMYK
cmyk(54%, 0%, 52%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD52
2#31D837
3#25C32A
4#20A724
5#1B8B1E
6#156F18
7#105412
8#0B380C
9#051C06
Tints
Lighter variations
1#78E57C
2#87E88A
3#96EB99
4#A5EEA7
5#B4F1B6
6#C3F4C5
7#D2F6D3
8#E1F9E2
9#F0FCF0
Tones
Muted variations
1#6FDC73
2#75D678
3#7BD07E
4#81CA84
5#87C489
6#8DBE8F
7#94B895
8#9AB29A
9#A0ACA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CEC9F | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E26D | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA43 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC29 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9621 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B17 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E1F9E2;
--emerald-200: #C7F4C9;
--emerald-300: #9CEC9F;
--emerald-400: #69E26D;
--emerald-500: #3EDA43;
--emerald-600: #24BC29;
--emerald-700: #1D9621;
--emerald-800: #146B17;
--emerald-900: #0D450F;
--emerald-950: #082B09;
}