Emerald
#2CEDA3
GreenColor Codes
All color formats for development
HEX
#2CEDA3RGB
rgb(44, 237, 163)HSL
hsl(157, 84%, 55%)OKLCH
oklch(0.839 0.179 160.8)CMYK
cmyk(81%, 0%, 31%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E897
2#12CE86
3#10B575
4#0D9B65
5#0B8154
6#096743
7#074D32
8#043422
9#021A11
Tints
Lighter variations
1#41EEAC
2#56F0B5
3#6BF2BE
4#80F4C8
5#95F6D1
6#ABF8DA
7#C0F9E3
8#D5FBED
9#EAFDF6
Tones
Muted variations
1#35E3A0
2#3FD99E
3#49D09C
4#52C69A
5#5CBC97
6#66B395
7#6FA993
8#79A091
9#83968E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D0 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA46B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A754C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B31 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DEFCF1;
--emerald-200: #C2FAE4;
--emerald-300: #93F6D0;
--emerald-400: #5BF1B7;
--emerald-500: #2CEDA3;
--emerald-600: #12CE86;
--emerald-700: #0EA46B;
--emerald-800: #0A754C;
--emerald-900: #074B31;
--emerald-950: #042F1E;
}