Emerald
#10D1A4
CyanColor Codes
All color formats for development
HEX
#10D1A4RGB
rgb(16, 209, 164)HSL
hsl(166, 86%, 44%)OKLCH
oklch(0.766 0.15 169.8)CMYK
cmyk(92%, 0%, 22%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EBC93
2#0DA783
3#0B9273
4#097D62
5#086852
6#065341
7#053F31
8#032A21
9#021510
Tints
Lighter variations
1#12EBB8
2#2BEFC1
3#45F1C9
4#60F3D1
5#7AF5D8
6#95F7E0
7#AFF9E8
8#CAFBF0
9#E4FDF7
Tones
Muted variations
1#19C79F
2#23BD99
3#2DB494
4#36AA8F
5#40A08A
6#4A9785
7#538D80
8#5D837A
9#677A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAED | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7DF | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3CF | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #09775D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C3C | 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: #DEFDF5;
--emerald-200: #C1FAED;
--emerald-300: #92F7DF;
--emerald-400: #59F3CF;
--emerald-500: #2AEFC1;
--emerald-600: #10D1A4;
--emerald-700: #0CA682;
--emerald-800: #09775D;
--emerald-900: #064C3C;
--emerald-950: #042F25;
}