Emerald
#2EB296
CyanColor Codes
All color formats for development
HEX
#2EB296RGB
rgb(46, 178, 150)HSL
hsl(167, 59%, 44%)OKLCH
oklch(0.687 0.118 174.8)CMYK
cmyk(74%, 0%, 16%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A187
2#258F78
3#207D69
4#1C6B5A
5#17594B
6#12473C
7#0E362D
8#09241E
9#05120F
Tints
Lighter variations
1#34C9A9
2#49D0B3
3#60D6BC
4#77DCC6
5#8DE2CF
6#A4E8D9
7#BBEDE2
8#D2F3EC
9#E8F9F5
Tones
Muted variations
1#35AC92
2#3BA58E
3#429F8A
4#489887
5#4F9183
6#568B7F
7#5C847B
8#637D78
9#6A7774
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC4 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB296 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114136 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E3F8F3;
--emerald-200: #CAF1E9;
--emerald-300: #A2E7D8;
--emerald-400: #71DAC4;
--emerald-500: #49D0B3;
--emerald-600: #2EB296;
--emerald-700: #258E77;
--emerald-800: #1A6555;
--emerald-900: #114136;
--emerald-950: #0A2922;
}