Emerald
#19C8A5
CyanColor Codes
All color formats for development
HEX
#19C8A5RGB
rgb(25, 200, 165)HSL
hsl(168, 78%, 44%)OKLCH
oklch(0.745 0.138 173.7)CMYK
cmyk(88%, 0%, 17%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B494
2#14A084
3#118C73
4#0F7863
5#0C6452
6#0A5042
7#073C31
8#052821
9#021410
Tints
Lighter variations
1#1CE1BA
2#34E6C2
3#4DE9CA
4#66ECD1
5#80EFD9
6#99F2E1
7#B3F6E8
8#CCF9F0
9#E6FCF7
Tones
Muted variations
1#21BF9F
2#2AB69A
3#33AD95
4#3CA590
5#449C8A
6#4D9385
7#568A80
8#5F827B
9#677975
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF6;
--emerald-200: #C4F8ED;
--emerald-300: #97F2E0;
--emerald-400: #60EBD0;
--emerald-500: #33E6C2;
--emerald-600: #19C8A5;
--emerald-700: #149F83;
--emerald-800: #0E715E;
--emerald-900: #09493C;
--emerald-950: #062D25;
}