Emerald
#3CDD69
GreenColor Codes
All color formats for development
HEX
#3CDD69RGB
rgb(60, 221, 105)HSL
hsl(137, 70%, 55%)OKLCH
oklch(0.791 0.205 148.2)CMYK
cmyk(73%, 0%, 52%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D758
2#22BF4E
3#1DA744
4#198F3B
5#157731
6#115F27
7#0D481D
8#083014
9#04180A
Tints
Lighter variations
1#4FE078
2#63E387
3#76E796
4#8AEAA5
5#9DEEB4
6#B1F1C3
7#C4F5D2
8#D8F8E1
9#EBFCF0
Tones
Muted variations
1#44D56D
2#4CCD70
3#54C474
4#5CBC77
5#64B47B
6#6CAC7E
7#74A482
8#7C9C85
9#849489
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB3 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E48B | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD69 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B983E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C451C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E1FAE8;
--emerald-200: #C7F5D4;
--emerald-300: #9BEDB3;
--emerald-400: #67E48B;
--emerald-500: #3CDD69;
--emerald-600: #22BF4E;
--emerald-700: #1B983E;
--emerald-800: #136C2C;
--emerald-900: #0C451C;
--emerald-950: #082B12;
}