Emerald
#33E683
GreenColor Codes
All color formats for development
HEX
#33E683RGB
rgb(51, 230, 131)HSL
hsl(147, 78%, 55%)OKLCH
oklch(0.816 0.196 153.1)CMYK
cmyk(78%, 0%, 43%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE174
2#19C867
3#16AF5B
4#13964E
5#0F7D41
6#0C6434
7#094B27
8#06321A
9#03190D
Tints
Lighter variations
1#47E890
2#5CEB9C
3#70EDA8
4#84F0B5
5#99F2C1
6#ADF5CE
7#C2F7DA
8#D6FAE6
9#EBFCF3
Tones
Muted variations
1#3CDD84
2#45D485
3#4ECB86
4#57C287
5#5FB988
6#68B089
7#71A78A
8#7A9E8A
9#83958B
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 #C4F8DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9F | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E683 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C867 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E713B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094926 | 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: #C4F8DB;
--emerald-300: #97F2C0;
--emerald-400: #60EB9F;
--emerald-500: #33E683;
--emerald-600: #19C867;
--emerald-700: #149F52;
--emerald-800: #0E713B;
--emerald-900: #094926;
--emerald-950: #062D18;
}