Emerald
#2CEDA0
GreenColor Codes
All color formats for development
HEX
#2CEDA0RGB
rgb(44, 237, 160)HSL
hsl(156, 84%, 55%)OKLCH
oklch(0.838 0.181 159.9)CMYK
cmyk(81%, 0%, 32%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E893
2#12CE83
3#10B573
4#0D9B62
5#0B8152
6#096742
7#074D31
8#043421
9#021A10
Tints
Lighter variations
1#41EEA9
2#56F0B3
3#6BF2BC
4#80F4C6
5#95F6CF
6#ABF8D9
7#C0F9E2
8#D5FBEC
9#EAFDF5
Tones
Muted variations
1#35E39E
2#3FD99C
3#49D09A
4#52C698
5#5CBC96
6#66B394
7#6FA992
8#79A090
9#83968E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6CE | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A754A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B30 | 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: #DEFCF0;
--emerald-200: #C2FAE3;
--emerald-300: #93F6CE;
--emerald-400: #5BF1B5;
--emerald-500: #2CEDA0;
--emerald-600: #12CE83;
--emerald-700: #0EA468;
--emerald-800: #0A754A;
--emerald-900: #074B30;
--emerald-950: #042F1E;
}