Emerald
#13CDAB
CyanColor Codes
All color formats for development
HEX
#13CDABRGB
rgb(19, 205, 171)HSL
hsl(169, 83%, 44%)OKLCH
oklch(0.758 0.141 174.8)CMYK
cmyk(91%, 0%, 17%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B99A
2#0FA489
3#0D9078
4#0B7B67
5#0A6756
6#085244
7#063E33
8#042922
9#021511
Tints
Lighter variations
1#16E7C1
2#2EECC9
3#48EED0
4#62F0D6
5#7CF3DD
6#96F5E4
7#B1F8EB
8#CBFAF1
9#E5FDF8
Tones
Muted variations
1#1CC4A5
2#26BB9F
3#2FB199
4#38A894
5#429F8E
6#4B9588
7#548C82
8#5E837C
9#677A76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DEFCF7;
--emerald-200: #C2F9EF;
--emerald-300: #94F5E3;
--emerald-400: #5CF0D5;
--emerald-500: #2DEBC9;
--emerald-600: #13CDAB;
--emerald-700: #0FA388;
--emerald-800: #0B7561;
--emerald-900: #074B3E;
--emerald-950: #042F27;
}