Emerald
#19C8A2
CyanColor Codes
All color formats for development
HEX
#19C8A2RGB
rgb(25, 200, 162)HSL
hsl(167, 78%, 44%)OKLCH
oklch(0.744 0.14 172.2)CMYK
cmyk(88%, 0%, 19%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B492
2#14A081
3#118C71
4#0F7861
5#0C6451
6#0A5041
7#073C31
8#052820
9#021410
Tints
Lighter variations
1#1CE1B6
2#34E6BF
3#4DE9C7
4#66ECCF
5#80EFD7
6#99F2DF
7#B3F6E7
8#CCF9EF
9#E6FCF7
Tones
Muted variations
1#21BF9D
2#2AB698
3#33AD93
4#3CA58E
5#449C89
6#4D9384
7#568A7F
8#5F827A
9#677975
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBCD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | 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: #DFFBF5;
--emerald-200: #C4F8ED;
--emerald-300: #97F2DE;
--emerald-400: #60EBCD;
--emerald-500: #33E6BF;
--emerald-600: #19C8A2;
--emerald-700: #149F81;
--emerald-800: #0E715C;
--emerald-900: #09493B;
--emerald-950: #062D25;
}