Emerald
#69E28F
GreenColor Codes
All color formats for development
HEX
#69E28FRGB
rgb(105, 226, 143)HSL
hsl(139, 68%, 65%)OKLCH
oklch(0.823 0.16 151.6)CMYK
cmyk(54%, 0%, 37%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD7B
2#31D866
3#25C357
4#20A74B
5#1B8B3E
6#156F32
7#105425
8#0B3819
9#051C0C
Tints
Lighter variations
1#78E59B
2#87E8A6
3#96EBB1
4#A5EEBC
5#B4F1C7
6#C3F4D2
7#D2F6DE
8#E1F9E9
9#F0FCF4
Tones
Muted variations
1#6FDC92
2#75D694
3#7BD096
4#81CA98
5#87C49B
6#8DBE9D
7#94B89F
8#9AB2A1
9#A0ACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E28F | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9643 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E1F9E9;
--emerald-200: #C7F4D6;
--emerald-300: #9CECB6;
--emerald-400: #69E28F;
--emerald-500: #3EDA70;
--emerald-600: #24BC54;
--emerald-700: #1D9643;
--emerald-800: #146B30;
--emerald-900: #0D451F;
--emerald-950: #082B13;
}