Emerald
#21C06E
GreenColor Codes
All color formats for development
HEX
#21C06ERGB
rgb(33, 192, 110)HSL
hsl(149, 71%, 44%)OKLCH
oklch(0.712 0.172 153.9)CMYK
cmyk(83%, 0%, 43%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DAD63
2#1A9958
3#17864D
4#147342
5#106037
6#0D4D2C
7#0A3A21
8#072616
9#03130B
Tints
Lighter variations
1#25D87B
2#3CDE8A
3#54E299
4#6CE6A7
5#85EAB6
6#9DEEC5
7#B6F3D3
8#CEF7E2
9#E7FBF0
Tones
Muted variations
1#29B86E
2#30B06E
3#38A86E
4#40A06F
5#48986F
6#50906F
7#58886F
8#608070
9#687870
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEC3 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5A4 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C06E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9957 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4628 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAED;
--emerald-200: #C6F5DD;
--emerald-300: #9BEEC3;
--emerald-400: #66E5A4;
--emerald-500: #3BDE8A;
--emerald-600: #21C06E;
--emerald-700: #1A9957;
--emerald-800: #126D3E;
--emerald-900: #0C4628;
--emerald-950: #072C19;
}