Emerald
#27B99A
CyanColor Codes
All color formats for development
HEX
#27B99ARGB
rgb(39, 185, 154)HSL
hsl(167, 65%, 44%)OKLCH
oklch(0.705 0.126 174)CMYK
cmyk(79%, 0%, 17%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A78A
2#1F947B
3#1B826B
4#186F5C
5#145D4D
6#104A3D
7#0C382E
8#08251F
9#04130F
Tints
Lighter variations
1#2CD1AD
2#43D7B7
3#5ADCC0
4#72E1C9
5#89E6D2
6#A1EBDB
7#B8F0E4
8#D0F5ED
9#E7FAF6
Tones
Muted variations
1#2FB295
2#36AB91
3#3DA38D
4#449C89
5#4C9585
6#538D81
7#5A867D
8#627F78
9#697774
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFA;
--emerald-100: #E2F9F4;
--emerald-200: #C8F3EA;
--emerald-300: #9EEADA;
--emerald-400: #6CE0C7;
--emerald-500: #42D7B7;
--emerald-600: #27B99A;
--emerald-700: #1F937A;
--emerald-800: #166957;
--emerald-900: #0E4338;
--emerald-950: #092A23;
}