Emerald
#21C0A0
CyanColor Codes
All color formats for development
HEX
#21C0A0RGB
rgb(33, 192, 160)HSL
hsl(168, 71%, 44%)OKLCH
oklch(0.724 0.131 174.4)CMYK
cmyk(83%, 0%, 17%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DAD90
2#1A9980
3#178670
4#147360
5#106050
6#0D4D40
7#0A3A30
8#072620
9#031310
Tints
Lighter variations
1#25D8B4
2#3CDEBD
3#54E2C6
4#6CE6CE
5#85EAD6
6#9DEEDE
7#B6F3E6
8#CEF7EF
9#E7FBF7
Tones
Muted variations
1#29B89B
2#30B096
3#38A892
4#40A08D
5#489888
6#509083
7#58887F
8#60807A
9#687875
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEDD | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5CC | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A997F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E0FAF5;
--emerald-200: #C6F5EC;
--emerald-300: #9BEEDD;
--emerald-400: #66E5CC;
--emerald-500: #3BDEBD;
--emerald-600: #21C0A0;
--emerald-700: #1A997F;
--emerald-800: #126D5B;
--emerald-900: #0C463A;
--emerald-950: #072C24;
}