Emerald
#33E665
GreenColor Codes
All color formats for development
HEX
#33E665RGB
rgb(51, 230, 101)HSL
hsl(137, 78%, 55%)OKLCH
oklch(0.812 0.222 147.6)CMYK
cmyk(78%, 0%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE154
2#19C84A
3#16AF41
4#139638
5#0F7D2E
6#0C6425
7#094B1C
8#063213
9#031909
Tints
Lighter variations
1#47E875
2#5CEB84
3#70ED94
4#84F0A3
5#99F2B2
6#ADF5C2
7#C2F7D1
8#D6FAE0
9#EBFCF0
Tones
Muted variations
1#3CDD69
2#45D46D
3#4ECB71
4#57C275
5#5FB979
6#68B07D
7#71A781
8#7A9E84
9#839588
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB88 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE7;
--emerald-200: #C4F8D3;
--emerald-300: #97F2B1;
--emerald-400: #60EB88;
--emerald-500: #33E665;
--emerald-600: #19C84A;
--emerald-700: #149F3B;
--emerald-800: #0E712A;
--emerald-900: #09491B;
--emerald-950: #062D11;
}