Emerald
#2DEBB9
GreenColor Codes
All color formats for development
HEX
#2DEBB9RGB
rgb(45, 235, 185)HSL
hsl(164, 83%, 55%)OKLCH
oklch(0.839 0.16 169.3)CMYK
cmyk(81%, 0%, 21%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E7AF
2#13CD9C
3#11B488
4#0E9A75
5#0C8061
6#0A674E
7#074D3A
8#053327
9#021A13
Tints
Lighter variations
1#42EDC0
2#57EFC7
3#6CF1CE
4#81F3D5
5#96F5DC
6#ABF7E3
7#C0F9EA
8#D5FBF1
9#EAFDF8
Tones
Muted variations
1#37E2B4
2#40D8B0
3#4ACFAB
4#53C5A7
5#5DBCA2
6#66B29E
7#70A99A
8#799F95
9#839691
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C8 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B39 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DEFCF4;
--emerald-200: #C2F9EB;
--emerald-300: #94F5DB;
--emerald-400: #5CF0C8;
--emerald-500: #2DEBB9;
--emerald-600: #13CD9C;
--emerald-700: #0FA37C;
--emerald-800: #0B7558;
--emerald-900: #074B39;
--emerald-950: #042F23;
}