Emerald
#10D1B4
CyanColor Codes
All color formats for development
HEX
#10D1B4RGB
rgb(16, 209, 180)HSL
hsl(171, 86%, 44%)OKLCH
oklch(0.771 0.14 177.7)CMYK
cmyk(92%, 0%, 14%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EBCA2
2#0DA790
3#0B927E
4#097D6C
5#08685A
6#065348
7#053F36
8#032A24
9#021512
Tints
Lighter variations
1#12EBCB
2#2BEFD2
3#45F1D7
4#60F3DD
5#7AF5E3
6#95F7E8
7#AFF9EE
8#CAFBF4
9#E4FDF9
Tones
Muted variations
1#19C7AD
2#23BDA6
3#2DB49F
4#36AA99
5#40A092
6#4A978B
7#538D84
8#5D837E
9#677A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7E8 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3DB | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA68F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFC;
--emerald-100: #DEFDF8;
--emerald-200: #C1FAF2;
--emerald-300: #92F7E8;
--emerald-400: #59F3DB;
--emerald-500: #2AEFD1;
--emerald-600: #10D1B4;
--emerald-700: #0CA68F;
--emerald-800: #097766;
--emerald-900: #064C41;
--emerald-950: #042F29;
}