Emerald
#2CB595
CyanColor Codes
All color formats for development
HEX
#2CB595RGB
rgb(44, 181, 149)HSL
hsl(166, 61%, 44%)OKLCH
oklch(0.694 0.123 172.8)CMYK
cmyk(76%, 0%, 18%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A386
2#239177
3#1F7E68
4#1A6C59
5#165A4A
6#12483B
7#0D362D
8#09241E
9#04120F
Tints
Lighter variations
1#31CCA8
2#47D2B2
3#5ED8BC
4#75DEC5
5#8CE3CF
6#A3E9D8
7#BAEEE2
8#D1F4EC
9#E8F9F5
Tones
Muted variations
1#33AE91
2#39A78D
3#40A08A
4#479986
5#4E9282
6#558C7F
7#5C857B
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 #A1E8D7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239076 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196754 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104236 | 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: #A1E8D7;
--emerald-400: #6FDCC3;
--emerald-500: #46D2B2;
--emerald-600: #2CB595;
--emerald-700: #239076;
--emerald-800: #196754;
--emerald-900: #104236;
--emerald-950: #0A2922;
}