Emerald
#3BDEB0
GreenColor Codes
All color formats for development
HEX
#3BDEB0RGB
rgb(59, 222, 176)HSL
hsl(163, 71%, 55%)OKLCH
oklch(0.807 0.147 169.2)CMYK
cmyk(73%, 0%, 21%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D8A5
2#21C093
3#1CA880
4#18906E
5#14785C
6#106049
7#0C4837
8#083025
9#041812
Tints
Lighter variations
1#4EE1B7
2#62E4BF
3#76E8C7
4#89EBCF
5#9DEED7
6#B1F2DF
7#C4F5E7
8#D8F8EF
9#EBFCF7
Tones
Muted variations
1#43D6AC
2#4BCDA8
3#53C5A5
4#5BBDA1
5#64B59E
6#6CAD9A
7#74A597
8#7C9D93
9#849490
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED6 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C1 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C093 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9975 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4635 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF3;
--emerald-200: #C6F5E8;
--emerald-300: #9BEED6;
--emerald-400: #66E5C1;
--emerald-500: #3BDEB0;
--emerald-600: #21C093;
--emerald-700: #1A9975;
--emerald-800: #126D53;
--emerald-900: #0C4635;
--emerald-950: #072C21;
}