Emerald
#33E686
GreenColor Codes
All color formats for development
HEX
#33E686RGB
rgb(51, 230, 134)HSL
hsl(148, 78%, 55%)OKLCH
oklch(0.817 0.194 153.8)CMYK
cmyk(78%, 0%, 42%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE178
2#19C86A
3#16AF5D
4#139650
5#0F7D42
6#0C6435
7#094B28
8#06321B
9#03190D
Tints
Lighter variations
1#47E892
2#5CEB9E
3#70EDAA
4#84F0B7
5#99F2C3
6#ADF5CF
7#C2F7DB
8#D6FAE7
9#EBFCF3
Tones
Muted variations
1#3CDD87
2#45D487
3#4ECB88
4#57C289
5#5FB989
6#68B08A
7#71A78A
8#7A9E8B
9#83958C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA1 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E686 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C86A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E713C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094927 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEC;
--emerald-200: #C4F8DC;
--emerald-300: #97F2C1;
--emerald-400: #60EBA1;
--emerald-500: #33E686;
--emerald-600: #19C86A;
--emerald-700: #149F55;
--emerald-800: #0E713C;
--emerald-900: #094927;
--emerald-950: #062D18;
}