Emerald
#21C09B
CyanColor Codes
All color formats for development
HEX
#21C09BRGB
rgb(33, 192, 155)HSL
hsl(166, 71%, 44%)OKLCH
oklch(0.722 0.135 171.6)CMYK
cmyk(83%, 0%, 19%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DAD8B
2#1A997C
3#17866C
4#14735D
5#10604D
6#0D4D3E
7#0A3A2E
8#07261F
9#03130F
Tints
Lighter variations
1#25D8AE
2#3CDEB8
3#54E2C1
4#6CE6CA
5#85EAD3
6#9DEEDC
7#B6F3E4
8#CEF7ED
9#E7FBF6
Tones
Muted variations
1#29B896
2#30B092
3#38A88E
4#40A08A
5#489885
6#509081
7#58887D
8#608079
9#687874
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEDB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A997B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4638 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF4;
--emerald-200: #C6F5EA;
--emerald-300: #9BEEDB;
--emerald-400: #66E5C8;
--emerald-500: #3BDEB8;
--emerald-600: #21C09B;
--emerald-700: #1A997B;
--emerald-800: #126D58;
--emerald-900: #0C4638;
--emerald-950: #072C23;
}