Emerald
#3BDEC3
CyanColor Codes
All color formats for development
HEX
#3BDEC3RGB
rgb(59, 222, 195)HSL
hsl(170, 71%, 55%)OKLCH
oklch(0.813 0.136 178.8)CMYK
cmyk(73%, 0%, 12%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D8BA
2#21C0A5
3#1CA891
4#18907C
5#147867
6#106053
7#0C483E
8#083029
9#041815
Tints
Lighter variations
1#4EE1C9
2#62E4CF
3#76E8D5
4#89EBDB
5#9DEEE1
6#B1F2E7
7#C4F5ED
8#D8F8F3
9#EBFCF9
Tones
Muted variations
1#43D6BD
2#4BCDB8
3#53C5B2
4#5BBDAD
5#64B5A7
6#6CADA2
7#74A59D
8#7C9D97
9#849492
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;
}