Emerald
#38E0BF
CyanColor Codes
All color formats for development
HEX
#38E0BFRGB
rgb(56, 224, 191)HSL
hsl(168, 73%, 55%)OKLCH
oklch(0.816 0.141 175.8)CMYK
cmyk(75%, 0%, 15%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DAB6
2#1EC2A1
3#1BAA8D
4#179279
5#137965
6#0F6151
7#0B493D
8#083128
9#041814
Tints
Lighter variations
1#4CE3C5
2#60E6CB
3#74E9D2
4#88ECD8
5#9CF0DF
6#B0F3E5
7#C3F6EC
8#D7F9F2
9#EBFCF9
Tones
Muted variations
1#41D8B9
2#49CFB4
3#52C7AF
4#5ABFAA
5#62B6A5
6#6BAEA0
7#73A59B
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 #9AEFDE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CD | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C25 | 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: #9AEFDE;
--emerald-400: #65E7CD;
--emerald-500: #38E0BF;
--emerald-600: #1EC2A1;
--emerald-700: #189A80;
--emerald-800: #116E5C;
--emerald-900: #0B473B;
--emerald-950: #072C25;
}