Emerald
#69E285
GreenColor Codes
All color formats for development
HEX
#69E285RGB
rgb(105, 226, 133)HSL
hsl(134, 68%, 65%)OKLCH
oklch(0.821 0.17 149)CMYK
cmyk(54%, 0%, 41%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD6F
2#31D858
3#25C34A
4#20A73F
5#1B8B35
6#156F2A
7#105420
8#0B3815
9#051C0B
Tints
Lighter variations
1#78E592
2#87E89E
3#96EBAA
4#A5EEB6
5#B4F1C2
6#C3F4CE
7#D2F6DB
8#E1F9E7
9#F0FCF3
Tones
Muted variations
1#6FDC89
2#75D68C
3#7BD08F
4#81CA92
5#87C496
6#8DBE99
7#94B89C
8#9AB29F
9#A0ACA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECAF | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E285 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA63 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9639 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B29 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E1F9E7;
--emerald-200: #C7F4D2;
--emerald-300: #9CECAF;
--emerald-400: #69E285;
--emerald-500: #3EDA63;
--emerald-600: #24BC48;
--emerald-700: #1D9639;
--emerald-800: #146B29;
--emerald-900: #0D451A;
--emerald-950: #082B10;
}