Emerald
#19C8B3
CyanColor Codes
All color formats for development
HEX
#19C8B3RGB
rgb(25, 200, 179)HSL
hsl(173, 78%, 44%)OKLCH
oklch(0.749 0.131 181.5)CMYK
cmyk(88%, 0%, 11%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B4A1
2#14A08F
3#118C7E
4#0F786C
5#0C645A
6#0A5048
7#073C36
8#052824
9#021412
Tints
Lighter variations
1#1CE1CA
2#34E6D1
3#4DE9D7
4#66ECDD
5#80EFE2
6#99F2E8
7#B3F6EE
8#CCF9F4
9#E6FCF9
Tones
Muted variations
1#21BFAD
2#2AB6A6
3#33AD9F
4#3CA598
5#449C92
6#4D938B
7#568A84
8#5F827E
9#677977
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7166 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094941 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFC;
--emerald-100: #DFFBF8;
--emerald-200: #C4F8F2;
--emerald-300: #97F2E7;
--emerald-400: #60EBDB;
--emerald-500: #33E6D1;
--emerald-600: #19C8B3;
--emerald-700: #149F8F;
--emerald-800: #0E7166;
--emerald-900: #094941;
--emerald-950: #062D29;
}