Emerald
#19C893
GreenColor Codes
All color formats for development
HEX
#19C893RGB
rgb(25, 200, 147)HSL
hsl(162, 78%, 44%)OKLCH
oklch(0.74 0.151 165.2)CMYK
cmyk(88%, 0%, 27%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B484
2#14A076
3#118C67
4#0F7858
5#0C644A
6#0A503B
7#073C2C
8#05281D
9#02140F
Tints
Lighter variations
1#1CE1A6
2#34E6B0
3#4DE9BA
4#66ECC4
5#80EFCE
6#99F2D8
7#B3F6E2
8#CCF9EB
9#E6FCF5
Tones
Muted variations
1#21BF90
2#2AB68C
3#33AD89
4#3CA585
5#449C82
6#4D937E
7#568A7B
8#5F8277
9#677974
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C893 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7154 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094936 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF3;
--emerald-200: #C4F8E8;
--emerald-300: #97F2D7;
--emerald-400: #60EBC2;
--emerald-500: #33E6B0;
--emerald-600: #19C893;
--emerald-700: #149F75;
--emerald-800: #0E7154;
--emerald-900: #094936;
--emerald-950: #062D21;
}