Emerald
#13CDAE
CyanColor Codes
All color formats for development
HEX
#13CDAERGB
rgb(19, 205, 174)HSL
hsl(170, 83%, 44%)OKLCH
oklch(0.759 0.139 176.3)CMYK
cmyk(91%, 0%, 15%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B99D
2#0FA48B
3#0D907A
4#0B7B69
5#0A6757
6#085246
7#063E34
8#042923
9#021511
Tints
Lighter variations
1#16E7C4
2#2EECCC
3#48EED2
4#62F0D9
5#7CF3DF
6#96F5E5
7#B1F8EC
8#CBFAF2
9#E5FDF9
Tones
Muted variations
1#1CC4A8
2#26BBA2
3#2FB19C
4#38A895
5#429F8F
6#4B9589
7#548C83
8#5E837D
9#677A76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFC;
--emerald-100: #DEFCF7;
--emerald-200: #C2F9F0;
--emerald-300: #94F5E5;
--emerald-400: #5CF0D7;
--emerald-500: #2DEBCC;
--emerald-600: #13CDAE;
--emerald-700: #0FA38B;
--emerald-800: #0B7563;
--emerald-900: #074B3F;
--emerald-950: #042F28;
}