Emerald
#6FDC92
GreenColor Codes
All color formats for development
HEX
#6FDC92RGB
rgb(111, 220, 146)HSL
hsl(139, 61%, 65%)OKLCH
oklch(0.811 0.146 152.3)CMYK
cmyk(50%, 0%, 34%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D67E
2#3ACF69
3#2DBB5A
4#27A04D
5#208540
6#1A6B33
7#135027
8#0D351A
9#061B0D
Tints
Lighter variations
1#7EE09D
2#8CE3A8
3#9AE7B3
4#A9EABD
5#B7EEC8
6#C6F1D3
7#D4F5DE
8#E2F8E9
9#F1FCF4
Tones
Muted variations
1#75D794
2#7AD196
3#80CC98
4#85C69A
5#8BC19C
6#90BC9E
7#95B6A0
8#9BB1A2
9#A0ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC92 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D273 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB557 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239045 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196731 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104220 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8E9;
--emerald-200: #CAF2D6;
--emerald-300: #A1E8B7;
--emerald-400: #6FDC92;
--emerald-500: #46D273;
--emerald-600: #2CB557;
--emerald-700: #239045;
--emerald-800: #196731;
--emerald-900: #104220;
--emerald-950: #0A2914;
}