Emerald
#0DD3A2
CyanColor Codes
All color formats for development
HEX
#0DD3A2RGB
rgb(13, 211, 162)HSL
hsl(165, 88%, 44%)OKLCH
oklch(0.771 0.154 168.3)CMYK
cmyk(94%, 0%, 23%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBE91
2#0BA981
3#099471
4#087F61
5#076951
6#055441
7#043F30
8#032A20
9#011510
Tints
Lighter variations
1#0FEEB6
2#28F1BF
3#43F3C7
4#5EF5CF
5#79F6D7
6#94F8DF
7#AEFAE7
8#C9FCEF
9#E4FDF7
Tones
Muted variations
1#17C99D
2#21BF98
3#2BB593
4#35AB8E
5#3FA289
6#499884
7#538E7F
8#5C847A
9#667A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFB;
--emerald-100: #DDFDF5;
--emerald-200: #C1FBEC;
--emerald-300: #91F8DE;
--emerald-400: #57F4CD;
--emerald-500: #27F1BF;
--emerald-600: #0DD3A2;
--emerald-700: #0BA881;
--emerald-800: #08785C;
--emerald-900: #054D3B;
--emerald-950: #033025;
}