Emerald
#69E29A
GreenColor Codes
All color formats for development
HEX
#69E29ARGB
rgb(105, 226, 154)HSL
hsl(144, 68%, 65%)OKLCH
oklch(0.825 0.15 155)CMYK
cmyk(54%, 0%, 32%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD87
2#31D874
3#25C364
4#20A756
5#1B8B48
6#156F39
7#10542B
8#0B381D
9#051C0E
Tints
Lighter variations
1#78E5A4
2#87E8AE
3#96EBB8
4#A5EEC2
5#B4F1CC
6#C3F4D6
7#D2F6E1
8#E1F9EB
9#F0FCF5
Tones
Muted variations
1#6FDC9B
2#75D69C
3#7BD09D
4#81CA9E
5#87C4A0
6#8DBEA1
7#94B8A2
8#9AB2A3
9#A0ACA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E29A | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4523 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E1F9EB;
--emerald-200: #C7F4D9;
--emerald-300: #9CECBC;
--emerald-400: #69E29A;
--emerald-500: #3EDA7D;
--emerald-600: #24BC61;
--emerald-700: #1D964D;
--emerald-800: #146B37;
--emerald-900: #0D4523;
--emerald-950: #082B16;
}