Emerald
#6FDC8E
GreenColor Codes
All color formats for development
HEX
#6FDC8ERGB
rgb(111, 220, 142)HSL
hsl(137, 61%, 65%)OKLCH
oklch(0.81 0.15 151)CMYK
cmyk(50%, 0%, 35%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D679
2#3ACF64
3#2DBB55
4#27A049
5#20853D
6#1A6B31
7#135025
8#0D3518
9#061B0C
Tints
Lighter variations
1#7EE099
2#8CE3A5
3#9AE7B0
4#A9EABB
5#B7EEC7
6#C6F1D2
7#D4F5DD
8#E2F8E8
9#F1FCF4
Tones
Muted variations
1#75D791
2#7AD193
3#80CC95
4#85C698
5#8BC19A
6#90BC9C
7#95B69F
8#9BB1A1
9#A0ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D26E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB553 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239042 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421E | 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: #E2F8E8;
--emerald-200: #CAF2D5;
--emerald-300: #A1E8B5;
--emerald-400: #6FDC8E;
--emerald-500: #46D26E;
--emerald-600: #2CB553;
--emerald-700: #239042;
--emerald-800: #19672F;
--emerald-900: #10421E;
--emerald-950: #0A2913;
}