Emerald
#3BDEAD
GreenColor Codes
All color formats for development
HEX
#3BDEADRGB
rgb(59, 222, 173)HSL
hsl(162, 71%, 55%)OKLCH
oklch(0.807 0.149 167.9)CMYK
cmyk(73%, 0%, 22%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D8A2
2#21C090
3#1CA87E
4#18906C
5#14785A
6#106048
7#0C4836
8#083024
9#041812
Tints
Lighter variations
1#4EE1B5
2#62E4BD
3#76E8C5
4#89EBCE
5#9DEED6
6#B1F2DE
7#C4F5E6
8#D8F8EF
9#EBFCF7
Tones
Muted variations
1#43D6AA
2#4BCDA6
3#53C5A3
4#5BBDA0
5#64B59D
6#6CAD99
7#74A596
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 #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED5 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BF | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4634 | 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: #E0FAF2;
--emerald-200: #C6F5E7;
--emerald-300: #9BEED5;
--emerald-400: #66E5BF;
--emerald-500: #3BDEAD;
--emerald-600: #21C090;
--emerald-700: #1A9973;
--emerald-800: #126D52;
--emerald-900: #0C4634;
--emerald-950: #072C21;
}