Emerald
#6FDC9D
GreenColor Codes
All color formats for development
HEX
#6FDC9DRGB
rgb(111, 220, 157)HSL
hsl(145, 61%, 65%)OKLCH
oklch(0.813 0.136 156.3)CMYK
cmyk(50%, 0%, 29%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D68A
2#3ACF78
3#2DBB68
4#27A059
5#20854A
6#1A6B3C
7#13502D
8#0D351E
9#061B0F
Tints
Lighter variations
1#7EE0A7
2#8CE3B0
3#9AE7BA
4#A9EAC4
5#B7EECE
6#C6F1D8
7#D4F5E2
8#E2F8EB
9#F1FCF5
Tones
Muted variations
1#75D79E
2#7AD19E
3#80CC9F
4#85C6A0
5#8BC1A1
6#90BCA2
7#95B6A3
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 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9D | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D281 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB565 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239050 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196739 | 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: #E2F8EB;
--emerald-200: #CAF2DA;
--emerald-300: #A1E8BE;
--emerald-400: #6FDC9D;
--emerald-500: #46D281;
--emerald-600: #2CB565;
--emerald-700: #239050;
--emerald-800: #196739;
--emerald-900: #104225;
--emerald-950: #0A2917;
}