Emerald
#27B992
GreenColor Codes
All color formats for development
HEX
#27B992RGB
rgb(39, 185, 146)HSL
hsl(164, 65%, 44%)OKLCH
oklch(0.703 0.131 169.6)CMYK
cmyk(79%, 0%, 21%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A784
2#1F9475
3#1B8266
4#186F58
5#145D49
6#104A3A
7#0C382C
8#08251D
9#04130F
Tints
Lighter variations
1#2CD1A5
2#43D7AF
3#5ADCB9
4#72E1C3
5#89E6CD
6#A1EBD7
7#B8F0E1
8#D0F5EB
9#E7FAF5
Tones
Muted variations
1#2FB28F
2#36AB8B
3#3DA388
4#449C85
5#4C9581
6#538D7E
7#5A867A
8#627F77
9#697774
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD6 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C1 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B992 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166953 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4335 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFA;
--emerald-100: #E2F9F3;
--emerald-200: #C8F3E8;
--emerald-300: #9EEAD6;
--emerald-400: #6CE0C1;
--emerald-500: #42D7AF;
--emerald-600: #27B992;
--emerald-700: #1F9374;
--emerald-800: #166953;
--emerald-900: #0E4335;
--emerald-950: #092A21;
}