Emerald
#6EDE8F
GreenColor Codes
All color formats for development
HEX
#6EDE8FRGB
rgb(110, 222, 143)HSL
hsl(138, 63%, 65%)OKLCH
oklch(0.815 0.152 151.3)CMYK
cmyk(50%, 0%, 36%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D87B
2#37D266
3#2BBD57
4#25A24A
5#1F873E
6#196C32
7#125125
8#0C3619
9#061B0C
Tints
Lighter variations
1#7CE19A
2#8BE5A6
3#99E8B1
4#A8EBBC
5#B6EEC7
6#C5F2D2
7#D3F5DD
8#E2F8E9
9#F0FCF4
Tones
Muted variations
1#73D892
2#79D394
3#7ECD96
4#84C798
5#8AC29B
6#8FBC9D
7#95B79F
8#9BB1A1
9#A0ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8F | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB754 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219143 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186830 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E9;
--emerald-200: #C9F3D5;
--emerald-300: #9FE9B6;
--emerald-400: #6EDE8F;
--emerald-500: #44D56F;
--emerald-600: #2AB754;
--emerald-700: #219143;
--emerald-800: #186830;
--emerald-900: #0F431F;
--emerald-950: #092A13;
}