Emerald
#2DB496
CyanColor Codes
All color formats for development
HEX
#2DB496RGB
rgb(45, 180, 150)HSL
hsl(167, 60%, 44%)OKLCH
oklch(0.692 0.121 173.8)CMYK
cmyk(75%, 0%, 17%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A287
2#249078
3#1F7E69
4#1B6C5A
5#165A4B
6#12483C
7#0D362D
8#09241E
9#04120F
Tints
Lighter variations
1#33CAA9
2#48D1B4
3#5FD7BD
4#76DDC6
5#8DE2D0
6#A4E8D9
7#BAEEE3
8#D1F4EC
9#E8F9F6
Tones
Muted variations
1#34AD93
2#3AA68F
3#419F8B
4#489987
5#4F9283
6#558B7F
7#5C847C
8#637E78
9#697774
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC4 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB496 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104137 | 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: #E2F8F3;
--emerald-200: #CAF2E9;
--emerald-300: #A1E8D8;
--emerald-400: #70DBC4;
--emerald-500: #47D1B3;
--emerald-600: #2DB496;
--emerald-700: #248F78;
--emerald-800: #1A6655;
--emerald-900: #104137;
--emerald-950: #0A2922;
}