Emerald
#70DB9F
GreenColor Codes
All color formats for development
HEX
#70DB9FRGB
rgb(112, 219, 159)HSL
hsl(146, 60%, 65%)OKLCH
oklch(0.812 0.132 157.1)CMYK
cmyk(49%, 0%, 27%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D58D
2#3BCE7B
3#2EBA6B
4#289F5B
5#21854C
6#1B6A3D
7#14502E
8#0D351E
9#071B0F
Tints
Lighter variations
1#7EDFA8
2#8DE2B2
3#9BE6BC
4#A9EAC5
5#B8EDCF
6#C6F1D8
7#D4F4E2
8#E2F8EC
9#F1FBF5
Tones
Muted variations
1#76D69F
2#7BD1A0
3#80CBA1
4#86C6A1
5#8BC1A2
6#90BBA3
7#96B6A4
8#9BB0A4
9#A0ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB9F | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D183 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB467 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8EC;
--emerald-200: #CAF2DB;
--emerald-300: #A1E8C0;
--emerald-400: #70DB9F;
--emerald-500: #47D183;
--emerald-600: #2DB467;
--emerald-700: #248F52;
--emerald-800: #1A663B;
--emerald-900: #104126;
--emerald-950: #0A2917;
}