Emerald
#2CB592
CyanColor Codes
All color formats for development
HEX
#2CB592RGB
rgb(44, 181, 146)HSL
hsl(165, 61%, 44%)OKLCH
oklch(0.693 0.125 171)CMYK
cmyk(76%, 0%, 19%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A384
2#239175
3#1F7E66
4#1A6C58
5#165A49
6#12483B
7#0D362C
8#09241D
9#04120F
Tints
Lighter variations
1#31CCA5
2#47D2B0
3#5ED8BA
4#75DEC3
5#8CE3CD
6#A3E9D7
7#BAEEE1
8#D1F4EB
9#E8F9F5
Tones
Muted variations
1#33AE8F
2#39A78C
3#40A088
4#479985
5#4E9281
6#558C7E
7#5C857A
8#637E77
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 #CAF2E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239074 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196753 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104235 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F3;
--emerald-200: #CAF2E8;
--emerald-300: #A1E8D6;
--emerald-400: #6FDCC1;
--emerald-500: #46D2AF;
--emerald-600: #2CB592;
--emerald-700: #239074;
--emerald-800: #196753;
--emerald-900: #104235;
--emerald-950: #0A2921;
}