Emerald
#6FDC77
GreenColor Codes
All color formats for development
HEX
#6FDC77RGB
rgb(111, 220, 119)HSL
hsl(124, 61%, 65%)OKLCH
oklch(0.806 0.171 145.2)CMYK
cmyk(50%, 0%, 46%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D65D
2#3ACF44
3#2DBB37
4#27A02F
5#208527
6#1A6B1F
7#135017
8#0D3510
9#061B08
Tints
Lighter variations
1#7EE084
2#8CE392
3#9AE79F
4#A9EAAD
5#B7EEBB
6#C6F1C8
7#D4F5D6
8#E2F8E4
9#F1FCF1
Tones
Muted variations
1#75D77B
2#7AD180
3#80CC85
4#85C689
5#8BC18E
6#90BC93
7#95B698
8#9BB19C
9#A0ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC77 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D250 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB535 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104213 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E4;
--emerald-200: #CAF2CC;
--emerald-300: #A1E8A5;
--emerald-400: #6FDC77;
--emerald-500: #46D250;
--emerald-600: #2CB535;
--emerald-700: #23902A;
--emerald-800: #19671E;
--emerald-900: #104213;
--emerald-950: #0A290C;
}