Emerald
#38E0B6
CyanColor Codes
All color formats for development
HEX
#38E0B6RGB
rgb(56, 224, 182)HSL
hsl(165, 73%, 55%)OKLCH
oklch(0.813 0.146 171.4)CMYK
cmyk(75%, 0%, 19%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DAAC
2#1EC299
3#1BAA86
4#179273
5#137960
6#0F614D
7#0B4939
8#083126
9#041813
Tints
Lighter variations
1#4CE3BD
2#60E6C5
3#74E9CC
4#88ECD3
5#9CF0DB
6#B0F3E2
7#C3F6E9
8#D7F9F0
9#EBFCF8
Tones
Muted variations
1#41D8B2
2#49CFAE
3#52C7AA
4#5ABFA5
5#62B6A1
6#6BAE9D
7#73A599
8#7B9D95
9#849590
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 #C6F6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4738 | 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: #C6F6EA;
--emerald-300: #9AEFDA;
--emerald-400: #65E7C6;
--emerald-500: #38E0B6;
--emerald-600: #1EC299;
--emerald-700: #189A7A;
--emerald-800: #116E57;
--emerald-900: #0B4738;
--emerald-950: #072C23;
}