Emerald
#49D08F
GreenColor Codes
All color formats for development
HEX
#49D08FRGB
rgb(73, 208, 143)HSL
hsl(151, 59%, 55%)OKLCH
oklch(0.768 0.151 158.5)CMYK
cmyk(65%, 0%, 31%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C981
2#2EB272
3#289C64
4#238656
5#1D6F48
6#175939
7#11432B
8#0C2D1D
9#06160E
Tints
Lighter variations
1#5BD59A
2#6DD9A5
3#7FDEB0
4#92E3BC
5#A4E7C7
6#B6ECD2
7#C8F1DD
8#DBF6E9
9#EDFAF4
Tones
Muted variations
1#4FC98E
2#56C28E
3#5DBC8E
4#64B58E
5#6AAE8D
6#71A78D
7#78A18D
8#7F9A8D
9#85938C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C6 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D08F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB272 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6541 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F8EE;
--emerald-200: #CAF1DF;
--emerald-300: #A2E7C6;
--emerald-400: #71DAA8;
--emerald-500: #49D08F;
--emerald-600: #2EB272;
--emerald-700: #258E5B;
--emerald-800: #1A6541;
--emerald-900: #11412A;
--emerald-950: #0A291A;
}