Emerald
#6FDC90
GreenColor Codes
All color formats for development
HEX
#6FDC90RGB
rgb(111, 220, 144)HSL
hsl(138, 61%, 65%)OKLCH
oklch(0.81 0.148 151.7)CMYK
cmyk(50%, 0%, 35%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D67B
2#3ACF67
3#2DBB58
4#27A04B
5#20853F
6#1A6B32
7#135026
8#0D3519
9#061B0D
Tints
Lighter variations
1#7EE09B
2#8CE3A6
3#9AE7B1
4#A9EABC
5#B7EEC7
6#C6F1D3
7#D4F5DE
8#E2F8E9
9#F1FCF4
Tones
Muted variations
1#75D792
2#7AD194
3#80CC97
4#85C699
5#8BC19B
6#90BC9D
7#95B69F
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 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC90 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB555 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239043 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196730 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E9;
--emerald-200: #CAF2D6;
--emerald-300: #A1E8B6;
--emerald-400: #6FDC90;
--emerald-500: #46D270;
--emerald-600: #2CB555;
--emerald-700: #239043;
--emerald-800: #196730;
--emerald-900: #10421F;
--emerald-950: #0A2913;
}