Emerald
#33E6B3
GreenColor Codes
All color formats for development
HEX
#33E6B3RGB
rgb(51, 230, 179)HSL
hsl(163, 78%, 55%)OKLCH
oklch(0.826 0.157 168.2)CMYK
cmyk(78%, 0%, 22%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1A9
2#19C896
3#16AF83
4#139671
5#0F7D5E
6#0C644B
7#094B38
8#063226
9#031913
Tints
Lighter variations
1#47E8BB
2#5CEBC2
3#70EDCA
4#84F0D1
5#99F2D9
6#ADF5E1
7#C2F7E8
8#D6FAF0
9#EBFCF7
Tones
Muted variations
1#3CDDAF
2#45D4AB
3#4ECBA7
4#57C2A4
5#5FB9A0
6#68B09C
7#71A798
8#7A9E94
9#839590
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D8 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C896 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094937 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF3;
--emerald-200: #C4F8E9;
--emerald-300: #97F2D8;
--emerald-400: #60EBC4;
--emerald-500: #33E6B3;
--emerald-600: #19C896;
--emerald-700: #149F77;
--emerald-800: #0E7155;
--emerald-900: #094937;
--emerald-950: #062D22;
}