Emerald
#69E298
GreenColor Codes
All color formats for development
HEX
#69E298RGB
rgb(105, 226, 152)HSL
hsl(143, 68%, 65%)OKLCH
oklch(0.824 0.152 154.3)CMYK
cmyk(54%, 0%, 33%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD84
2#31D871
3#25C362
4#20A754
5#1B8B46
6#156F38
7#10542A
8#0B381C
9#051C0E
Tints
Lighter variations
1#78E5A2
2#87E8AC
3#96EBB7
4#A5EEC1
5#B4F1CB
6#C3F4D6
7#D2F6E0
8#E1F9EA
9#F0FCF5
Tones
Muted variations
1#6FDC99
2#75D69A
3#7BD09C
4#81CA9D
5#87C49F
6#8DBEA0
7#94B8A2
8#9AB2A3
9#A0ACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E298 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7A | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4522 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E1F9EA;
--emerald-200: #C7F4D9;
--emerald-300: #9CECBB;
--emerald-400: #69E298;
--emerald-500: #3EDA7A;
--emerald-600: #24BC5E;
--emerald-700: #1D964B;
--emerald-800: #146B36;
--emerald-900: #0D4522;
--emerald-950: #082B15;
}