Emerald
#27B964
GreenColor Codes
All color formats for development
HEX
#27B964RGB
rgb(39, 185, 100)HSL
hsl(145, 65%, 44%)OKLCH
oklch(0.693 0.171 151.9)CMYK
cmyk(79%, 0%, 46%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A75A
2#1F9450
3#1B8246
4#186F3C
5#145D32
6#104A28
7#0C381E
8#082514
9#04130A
Tints
Lighter variations
1#2CD171
2#43D780
3#5ADC90
4#72E1A0
5#89E6B0
6#A1EBC0
7#B8F0D0
8#D0F5DF
9#E7FAEF
Tones
Muted variations
1#2FB265
2#36AB66
3#3DA368
4#449C69
5#4C956A
6#538D6B
7#5A866D
8#627F6E
9#69776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABE | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE09C | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D780 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B964 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9350 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166939 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF7;
--emerald-100: #E2F9EB;
--emerald-200: #C8F3DA;
--emerald-300: #9EEABE;
--emerald-400: #6CE09C;
--emerald-500: #42D780;
--emerald-600: #27B964;
--emerald-700: #1F9350;
--emerald-800: #166939;
--emerald-900: #0E4324;
--emerald-950: #092A17;
}