Emerald
#21C0A5
CyanColor Codes
All color formats for development
HEX
#21C0A5RGB
rgb(33, 192, 165)HSL
hsl(170, 71%, 44%)OKLCH
oklch(0.725 0.129 177.2)CMYK
cmyk(83%, 0%, 14%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DAD95
2#1A9984
3#178674
4#147363
5#106053
6#0D4D42
7#0A3A32
8#072621
9#031311
Tints
Lighter variations
1#25D8BA
2#3CDEC3
3#54E2CA
4#6CE6D2
5#85EAD9
6#9DEEE1
7#B6F3E8
8#CEF7F0
9#E7FBF7
Tones
Muted variations
1#29B8A0
2#30B09B
3#38A895
4#40A090
5#48988B
6#509085
7#588880
8#60807B
9#687876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE0 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9983 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E0FAF6;
--emerald-200: #C6F5EE;
--emerald-300: #9BEEE0;
--emerald-400: #66E5D0;
--emerald-500: #3BDEC3;
--emerald-600: #21C0A5;
--emerald-700: #1A9983;
--emerald-800: #126D5E;
--emerald-900: #0C463C;
--emerald-950: #072C26;
}