Emerald
#19C8AB
CyanColor Codes
All color formats for development
HEX
#19C8ABRGB
rgb(25, 200, 171)HSL
hsl(170, 78%, 44%)OKLCH
oklch(0.746 0.135 176.9)CMYK
cmyk(88%, 0%, 15%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B499
2#14A088
3#118C77
4#0F7866
5#0C6455
6#0A5044
7#073C33
8#052822
9#021411
Tints
Lighter variations
1#1CE1C0
2#34E6C8
3#4DE9CF
4#66ECD6
5#80EFDD
6#99F2E4
7#B3F6EA
8#CCF9F1
9#E6FCF8
Tones
Muted variations
1#21BFA5
2#2AB69F
3#33AD99
4#3CA593
5#449C8D
6#4D9388
7#568A82
8#5F827C
9#677976
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 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF6;
--emerald-200: #C4F8EF;
--emerald-300: #97F2E3;
--emerald-400: #60EBD4;
--emerald-500: #33E6C8;
--emerald-600: #19C8AB;
--emerald-700: #149F88;
--emerald-800: #0E7161;
--emerald-900: #09493E;
--emerald-950: #062D27;
}