Emerald
#2FB16E
GreenColor Codes
All color formats for development
HEX
#2FB16ERGB
rgb(47, 177, 110)HSL
hsl(149, 58%, 44%)OKLCH
oklch(0.675 0.149 155.6)CMYK
cmyk(73%, 0%, 38%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA063
2#268E58
3#217C4D
4#1C6A42
5#185937
6#13472C
7#0E3521
8#092316
9#05120B
Tints
Lighter variations
1#35C87C
2#4BCF8B
3#61D599
4#78DBA8
5#8EE1B6
6#A5E7C5
7#BBEDD3
8#D2F3E2
9#E8F9F0
Tones
Muted variations
1#36AB6E
2#3CA46E
3#439E6F
4#49976F
5#50916F
6#568A6F
7#5D8470
8#637D70
9#6A7770
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D58 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114028 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E3F8ED;
--emerald-200: #CBF1DD;
--emerald-300: #A2E6C3;
--emerald-400: #72DAA4;
--emerald-500: #4ACF8A;
--emerald-600: #2FB16E;
--emerald-700: #258D58;
--emerald-800: #1B653F;
--emerald-900: #114028;
--emerald-950: #0B2819;
}