Emerald
#6AE280
GreenColor Codes
All color formats for development
HEX
#6AE280RGB
rgb(106, 226, 128)HSL
hsl(131, 67%, 65%)OKLCH
oklch(0.82 0.174 147.7)CMYK
cmyk(53%, 0%, 43%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDC68
2#33D751
3#26C243
4#21A639
5#1B8A30
6#166F26
7#10531D
8#0B3713
9#051C0A
Tints
Lighter variations
1#79E48D
2#88E799
3#97EAA6
4#A6EDB3
5#B4F0BF
6#C3F3CC
7#D2F6D9
8#E1F9E6
9#F0FCF2
Tones
Muted variations
1#70DC84
2#76D687
3#7CD08B
4#82CA8F
5#88C493
6#8EBE97
7#94B89A
8#9AB29E
9#A0ACA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECAB | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE280 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD95C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB41 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9533 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4417 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E1F9E6;
--emerald-200: #C8F4D0;
--emerald-300: #9DECAB;
--emerald-400: #6AE280;
--emerald-500: #3FD95C;
--emerald-600: #25BB41;
--emerald-700: #1D9533;
--emerald-800: #156A25;
--emerald-900: #0D4417;
--emerald-950: #082B0F;
}