Emerald
#13CDA2
CyanColor Codes
All color formats for development
HEX
#13CDA2RGB
rgb(19, 205, 162)HSL
hsl(166, 83%, 44%)OKLCH
oklch(0.756 0.147 170.3)CMYK
cmyk(91%, 0%, 21%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B992
2#0FA481
3#0D9071
4#0B7B61
5#0A6751
6#085241
7#063E31
8#042920
9#021510
Tints
Lighter variations
1#16E7B6
2#2EECBF
3#48EEC7
4#62F0CF
5#7CF3D7
6#96F5DF
7#B1F8E7
8#CBFAEF
9#E5FDF7
Tones
Muted variations
1#1CC49D
2#26BB98
3#2FB193
4#38A88E
5#429F89
6#4B9584
7#548C7F
8#5E837A
9#677A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DEFCF5;
--emerald-200: #C2F9ED;
--emerald-300: #94F5DE;
--emerald-400: #5CF0CD;
--emerald-500: #2DEBBF;
--emerald-600: #13CDA2;
--emerald-700: #0FA381;
--emerald-800: #0B755C;
--emerald-900: #074B3B;
--emerald-950: #042F25;
}