Emerald
#13CD9F
CyanColor Codes
All color formats for development
HEX
#13CD9FRGB
rgb(19, 205, 159)HSL
hsl(165, 83%, 44%)OKLCH
oklch(0.755 0.149 168.9)CMYK
cmyk(91%, 0%, 22%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B98F
2#0FA47F
3#0D906F
4#0B7B5F
5#0A674F
6#085240
7#063E30
8#042920
9#021510
Tints
Lighter variations
1#16E7B3
2#2EECBC
3#48EEC5
4#62F0CD
5#7CF3D5
6#96F5DE
7#B1F8E6
8#CBFAEE
9#E5FDF7
Tones
Muted variations
1#1CC49A
2#26BB95
3#2FB191
4#38A88C
5#429F87
6#4B9583
7#548C7E
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 #C2F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DD | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DEFCF5;
--emerald-200: #C2F9EC;
--emerald-300: #94F5DD;
--emerald-400: #5CF0CB;
--emerald-500: #2DEBBC;
--emerald-600: #13CD9F;
--emerald-700: #0FA37E;
--emerald-800: #0B755A;
--emerald-900: #074B3A;
--emerald-950: #042F24;
}