Emerald
#13CDA8
CyanColor Codes
All color formats for development
HEX
#13CDA8RGB
rgb(19, 205, 168)HSL
hsl(168, 83%, 44%)OKLCH
oklch(0.757 0.143 173.2)CMYK
cmyk(91%, 0%, 18%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B997
2#0FA486
3#0D9076
4#0B7B65
5#0A6754
6#085243
7#063E32
8#042922
9#021511
Tints
Lighter variations
1#16E7BD
2#2EECC6
3#48EECD
4#62F0D4
5#7CF3DB
6#96F5E2
7#B1F8E9
8#CBFAF1
9#E5FDF8
Tones
Muted variations
1#1CC4A2
2#26BB9D
3#2FB197
4#38A892
5#429F8C
6#4B9587
7#548C81
8#5E837B
9#677A76
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 #C2F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3D | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DEFCF6;
--emerald-200: #C2F9EE;
--emerald-300: #94F5E2;
--emerald-400: #5CF0D2;
--emerald-500: #2DEBC5;
--emerald-600: #13CDA8;
--emerald-700: #0FA386;
--emerald-800: #0B755F;
--emerald-900: #074B3D;
--emerald-950: #042F26;
}