Emerald
#38E0B9
CyanColor Codes
All color formats for development
HEX
#38E0B9RGB
rgb(56, 224, 185)HSL
hsl(166, 73%, 55%)OKLCH
oklch(0.814 0.144 172.8)CMYK
cmyk(75%, 0%, 17%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DAAF
2#1EC29C
3#1BAA88
4#179275
5#137961
6#0F614E
7#0B493A
8#083127
9#041813
Tints
Lighter variations
1#4CE3C0
2#60E6C7
3#74E9CE
4#88ECD5
5#9CF0DC
6#B0F3E3
7#C3F6EA
8#D7F9F1
9#EBFCF8
Tones
Muted variations
1#41D8B4
2#49CFB0
3#52C7AC
4#5ABFA7
5#62B6A3
6#6BAE9E
7#73A59A
8#7B9D95
9#849591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC29C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4739 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF4;
--emerald-200: #C6F6EB;
--emerald-300: #9AEFDB;
--emerald-400: #65E7C8;
--emerald-500: #38E0B9;
--emerald-600: #1EC29C;
--emerald-700: #189A7C;
--emerald-800: #116E59;
--emerald-900: #0B4739;
--emerald-950: #072C23;
}