Emerald
#6FDC87
GreenColor Codes
All color formats for development
HEX
#6FDC87RGB
rgb(111, 220, 135)HSL
hsl(133, 61%, 65%)OKLCH
oklch(0.809 0.156 149)CMYK
cmyk(50%, 0%, 39%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D671
2#3ACF5A
3#2DBB4C
4#27A041
5#208536
6#1A6B2B
7#135021
8#0D3516
9#061B0B
Tints
Lighter variations
1#7EE093
2#8CE39F
3#9AE7AB
4#A9EAB7
5#B7EEC3
6#C6F1CF
7#D4F5DB
8#E2F8E7
9#F1FCF3
Tones
Muted variations
1#75D78A
2#7AD18D
3#80CC90
4#85C693
5#8BC196
6#90BC99
7#95B69C
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 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC87 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D265 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB549 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E7;
--emerald-200: #CAF2D2;
--emerald-300: #A1E8B0;
--emerald-400: #6FDC87;
--emerald-500: #46D265;
--emerald-600: #2CB549;
--emerald-700: #23903A;
--emerald-800: #19672A;
--emerald-900: #10421B;
--emerald-950: #0A2911;
}