Emerald
#6FDC9E
GreenColor Codes
All color formats for development
HEX
#6FDC9ERGB
rgb(111, 220, 158)HSL
hsl(146, 61%, 65%)OKLCH
oklch(0.813 0.135 156.7)CMYK
cmyk(50%, 0%, 28%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D68D
2#3ACF7B
3#2DBB6B
4#27A05B
5#20854C
6#1A6B3D
7#13502E
8#0D351E
9#061B0F
Tints
Lighter variations
1#7EE0A8
2#8CE3B2
3#9AE7BB
4#A9EAC5
5#B7EECF
6#C6F1D8
7#D4F5E2
8#E2F8EC
9#F1FCF5
Tones
Muted variations
1#75D79F
2#7AD1A0
3#80CCA1
4#85C6A1
5#8BC1A2
6#90BCA3
7#95B6A4
8#9BB1A4
9#A0ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D283 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB567 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239052 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104225 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8EC;
--emerald-200: #CAF2DB;
--emerald-300: #A1E8C0;
--emerald-400: #6FDC9E;
--emerald-500: #46D283;
--emerald-600: #2CB567;
--emerald-700: #239052;
--emerald-800: #19673B;
--emerald-900: #104225;
--emerald-950: #0A2917;
}