Emerald
#21C090
GreenColor Codes
All color formats for development
HEX
#21C090RGB
rgb(33, 192, 144)HSL
hsl(162, 71%, 44%)OKLCH
oklch(0.719 0.142 166.2)CMYK
cmyk(83%, 0%, 25%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DAD82
2#1A9973
3#178665
4#147356
5#106048
6#0D4D3A
7#0A3A2B
8#07261D
9#03130E
Tints
Lighter variations
1#25D8A2
2#3CDEAD
3#54E2B7
4#6CE6C2
5#85EACC
6#9DEED6
7#B6F3E0
8#CEF7EB
9#E7FBF5
Tones
Muted variations
1#29B88D
2#30B08A
3#38A887
4#40A083
5#489880
6#50907D
7#58887A
8#608077
9#687873
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED5 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BF | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4634 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF2;
--emerald-200: #C6F5E7;
--emerald-300: #9BEED5;
--emerald-400: #66E5BF;
--emerald-500: #3BDEAD;
--emerald-600: #21C090;
--emerald-700: #1A9973;
--emerald-800: #126D52;
--emerald-900: #0C4634;
--emerald-950: #072C21;
}