Emerald
#6FDC9B
GreenColor Codes
All color formats for development
HEX
#6FDC9BRGB
rgb(111, 220, 155)HSL
hsl(144, 61%, 65%)OKLCH
oklch(0.813 0.138 155.5)CMYK
cmyk(50%, 0%, 30%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D688
2#3ACF76
3#2DBB66
4#27A057
5#208549
6#1A6B3A
7#13502C
8#0D351D
9#061B0F
Tints
Lighter variations
1#7EE0A5
2#8CE3AF
3#9AE7B9
4#A9EAC3
5#B7EECD
6#C6F1D7
7#D4F5E1
8#E2F8EB
9#F1FCF5
Tones
Muted variations
1#75D79C
2#7AD19D
3#80CC9E
4#85C69F
5#8BC1A0
6#90BCA1
7#95B6A2
8#9BB1A4
9#A0ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9B | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB563 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196738 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104224 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EB;
--emerald-200: #CAF2DA;
--emerald-300: #A1E8BD;
--emerald-400: #6FDC9B;
--emerald-500: #46D27E;
--emerald-600: #2CB563;
--emerald-700: #23904E;
--emerald-800: #196738;
--emerald-900: #104224;
--emerald-950: #0A2916;
}