Emerald
#38E0BC
CyanColor Codes
All color formats for development
HEX
#38E0BCRGB
rgb(56, 224, 188)HSL
hsl(167, 73%, 55%)OKLCH
oklch(0.815 0.143 174.3)CMYK
cmyk(75%, 0%, 16%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DAB2
2#1EC29F
3#1BAA8B
4#179277
5#137963
6#0F614F
7#0B493B
8#083128
9#041814
Tints
Lighter variations
1#4CE3C2
2#60E6C9
3#74E9D0
4#88ECD7
5#9CF0DD
6#B0F3E4
7#C3F6EB
8#D7F9F2
9#EBFCF8
Tones
Muted variations
1#41D8B7
2#49CFB2
3#52C7AD
4#5ABFA9
5#62B6A4
6#6BAE9F
7#73A59A
8#7B9D96
9#849591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC29F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E0FAF5;
--emerald-200: #C6F6EC;
--emerald-300: #9AEFDD;
--emerald-400: #65E7CB;
--emerald-500: #38E0BC;
--emerald-600: #1EC29F;
--emerald-700: #189A7E;
--emerald-800: #116E5A;
--emerald-900: #0B473A;
--emerald-950: #072C24;
}