Emerald
#19C8B6
CyanColor Codes
All color formats for development
HEX
#19C8B6RGB
rgb(25, 200, 182)HSL
hsl(174, 78%, 44%)OKLCH
oklch(0.75 0.13 183.4)CMYK
cmyk(88%, 0%, 9%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B4A4
2#14A092
3#118C80
4#0F786D
5#0C645B
6#0A5049
7#073C37
8#052824
9#021412
Tints
Lighter variations
1#1CE1CD
2#34E6D4
3#4DE9D9
4#66ECDF
5#80EFE4
6#99F2EA
7#B3F6EF
8#CCF9F4
9#E6FCFA
Tones
Muted variations
1#21BFAF
2#2AB6A8
3#33ADA1
4#3CA59A
5#449C93
6#4D938C
7#568A85
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 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094942 | 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: #C4F8F3;
--emerald-300: #97F2E9;
--emerald-400: #60EBDD;
--emerald-500: #33E6D4;
--emerald-600: #19C8B6;
--emerald-700: #149F91;
--emerald-800: #0E7168;
--emerald-900: #094942;
--emerald-950: #062D29;
}