Emerald
#15CB7F
GreenColor Codes
All color formats for development
HEX
#15CB7FRGB
rgb(21, 203, 127)HSL
hsl(155, 81%, 44%)OKLCH
oklch(0.743 0.172 157.4)CMYK
cmyk(90%, 0%, 37%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B773
2#11A266
3#0F8E59
4#0D7A4C
5#0B6640
6#095133
7#063D26
8#042919
9#02140D
Tints
Lighter variations
1#18E590
2#30E99C
3#4AECA9
4#64EFB5
5#7EF1C1
6#98F4CE
7#B1F7DA
8#CBFAE6
9#E5FCF3
Tones
Muted variations
1#1EC27E
2#27B97C
3#31B07B
4#3AA779
5#439E78
6#4C9576
7#558B75
8#5E8273
9#677972
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4CC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEB2 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE99C | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DFFCF0;
--emerald-200: #C3F9E2;
--emerald-300: #95F4CC;
--emerald-400: #5DEEB2;
--emerald-500: #2FE99C;
--emerald-600: #15CB7F;
--emerald-700: #11A265;
--emerald-800: #0C7348;
--emerald-900: #084A2E;
--emerald-950: #052E1D;
}