Emerald
#13CDA5
CyanColor Codes
All color formats for development
HEX
#13CDA5RGB
rgb(19, 205, 165)HSL
hsl(167, 83%, 44%)OKLCH
oklch(0.757 0.145 171.7)CMYK
cmyk(91%, 0%, 20%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B994
2#0FA484
3#0D9073
4#0B7B63
5#0A6752
6#085242
7#063E31
8#042921
9#021510
Tints
Lighter variations
1#16E7BA
2#2EECC2
3#48EECA
4#62F0D2
5#7CF3D9
6#96F5E1
7#B1F8E8
8#CBFAF0
9#E5FDF7
Tones
Muted variations
1#1CC4A0
2#26BB9A
3#2FB195
4#38A890
5#429F8B
6#4B9585
7#548C80
8#5E837B
9#677A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3C | 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: #DEFCF6;
--emerald-200: #C2F9ED;
--emerald-300: #94F5E0;
--emerald-400: #5CF0D0;
--emerald-500: #2DEBC2;
--emerald-600: #13CDA5;
--emerald-700: #0FA383;
--emerald-800: #0B755E;
--emerald-900: #074B3C;
--emerald-950: #042F25;
}