Emerald
#6EDE8A
GreenColor Codes
All color formats for development
HEX
#6EDE8ARGB
rgb(110, 222, 138)HSL
hsl(135, 63%, 65%)OKLCH
oklch(0.814 0.157 149.8)CMYK
cmyk(50%, 0%, 38%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D874
2#37D25E
3#2BBD4F
4#25A244
5#1F8739
6#196C2D
7#125122
8#0C3617
9#061B0B
Tints
Lighter variations
1#7CE195
2#8BE5A1
3#99E8AD
4#A8EBB9
5#B6EEC4
6#C5F2D0
7#D3F5DC
8#E2F8E8
9#F0FCF3
Tones
Muted variations
1#73D88C
2#79D38F
3#7ECD92
4#84C795
5#8AC298
6#8FBC9B
7#95B79D
8#9BB1A0
9#A0ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8A | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D568 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E8;
--emerald-200: #C9F3D3;
--emerald-300: #9FE9B2;
--emerald-400: #6EDE8A;
--emerald-500: #44D568;
--emerald-600: #2AB74D;
--emerald-700: #21913D;
--emerald-800: #18682C;
--emerald-900: #0F431C;
--emerald-950: #092A11;
}