Emerald
#3BDEBD
CyanColor Codes
All color formats for development
HEX
#3BDEBDRGB
rgb(59, 222, 189)HSL
hsl(168, 71%, 55%)OKLCH
oklch(0.811 0.139 175.6)CMYK
cmyk(73%, 0%, 15%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D8B4
2#21C0A0
3#1CA88C
4#189078
5#147864
6#106050
7#0C483C
8#083028
9#041814
Tints
Lighter variations
1#4EE1C4
2#62E4CA
3#76E8D1
4#89EBD7
5#9DEEDE
6#B1F2E5
7#C4F5EB
8#D8F8F2
9#EBFCF8
Tones
Muted variations
1#43D6B8
2#4BCDB3
3#53C5AE
4#5BBDAA
5#64B5A5
6#6CADA0
7#74A59B
8#7C9D96
9#849491
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;
}