Emerald
#38E0C4
CyanColor Codes
All color formats for development
HEX
#38E0C4RGB
rgb(56, 224, 196)HSL
hsl(170, 73%, 55%)OKLCH
oklch(0.817 0.138 178.5)CMYK
cmyk(75%, 0%, 12%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DABC
2#1EC2A7
3#1BAA92
4#17927D
5#137968
6#0F6153
7#0B493F
8#08312A
9#041815
Tints
Lighter variations
1#4CE3CA
2#60E6D0
3#74E9D6
4#88ECDC
5#9CF0E2
6#B0F3E7
7#C3F6ED
8#D7F9F3
9#EBFCF9
Tones
Muted variations
1#41D8BF
2#49CFB9
3#52C7B3
4#5ABFAE
5#62B6A8
6#6BAEA3
7#73A59D
8#7B9D97
9#849592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E0FAF6;
--emerald-200: #C6F6EE;
--emerald-300: #9AEFE1;
--emerald-400: #65E7D1;
--emerald-500: #38E0C4;
--emerald-600: #1EC2A7;
--emerald-700: #189A85;
--emerald-800: #116E5F;
--emerald-900: #0B473D;
--emerald-950: #072C26;
}