Emerald
#69E28B
GreenColor Codes
All color formats for development
HEX
#69E28BRGB
rgb(105, 226, 139)HSL
hsl(137, 68%, 65%)OKLCH
oklch(0.822 0.164 150.5)CMYK
cmyk(54%, 0%, 38%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD76
2#31D861
3#25C352
4#20A746
5#1B8B3A
6#156F2F
7#105423
8#0B3817
9#051C0C
Tints
Lighter variations
1#78E597
2#87E8A3
3#96EBAE
4#A5EEBA
5#B4F1C5
6#C3F4D1
7#D2F6DC
8#E1F9E8
9#F0FCF3
Tones
Muted variations
1#6FDC8E
2#75D691
3#7BD093
4#81CA96
5#87C499
6#8DBE9B
7#94B89E
8#9AB2A0
9#A0ACA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB3 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E28B | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA6A | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D963F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E1F9E8;
--emerald-200: #C7F4D4;
--emerald-300: #9CECB3;
--emerald-400: #69E28B;
--emerald-500: #3EDA6A;
--emerald-600: #24BC4F;
--emerald-700: #1D963F;
--emerald-800: #146B2D;
--emerald-900: #0D451D;
--emerald-950: #082B12;
}