Emerald
#0DD3B2
CyanColor Codes
All color formats for development
HEX
#0DD3B2RGB
rgb(13, 211, 178)HSL
hsl(170, 88%, 44%)OKLCH
oklch(0.775 0.144 175.8)CMYK
cmyk(94%, 0%, 16%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBEA0
2#0BA98E
3#09947D
4#087F6B
5#076959
6#055447
7#043F35
8#032A24
9#011512
Tints
Lighter variations
1#0FEEC9
2#28F1D0
3#43F3D6
4#5EF5DC
5#79F6E1
6#94F8E7
7#AEFAED
8#C9FCF3
9#E4FDF9
Tones
Muted variations
1#17C9AB
2#21BFA5
3#2BB59E
4#35AB98
5#3FA291
6#49988B
7#538E84
8#5C847D
9#667A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFC;
--emerald-100: #DDFDF8;
--emerald-200: #C1FBF1;
--emerald-300: #91F8E7;
--emerald-400: #57F4DA;
--emerald-500: #27F1D0;
--emerald-600: #0DD3B2;
--emerald-700: #0BA88E;
--emerald-800: #087865;
--emerald-900: #054D41;
--emerald-950: #033028;
}