Emerald
#33E68C
GreenColor Codes
All color formats for development
HEX
#33E68CRGB
rgb(51, 230, 140)HSL
hsl(150, 78%, 55%)OKLCH
oklch(0.818 0.188 155.2)CMYK
cmyk(78%, 0%, 39%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE17E
2#19C870
3#16AF62
4#139654
5#0F7D46
6#0C6438
7#094B2A
8#06321C
9#03190E
Tints
Lighter variations
1#47E898
2#5CEBA3
3#70EDAF
4#84F0BA
5#99F2C6
6#ADF5D1
7#C2F7DD
8#D6FAE8
9#EBFCF4
Tones
Muted variations
1#3CDD8C
2#45D48C
3#4ECB8C
4#57C28C
5#5FB98C
6#68B08C
7#71A78C
8#7A9E8C
9#83958C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E68C | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C870 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7140 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094929 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBED;
--emerald-200: #C4F8DE;
--emerald-300: #97F2C4;
--emerald-400: #60EBA6;
--emerald-500: #33E68C;
--emerald-600: #19C870;
--emerald-700: #149F59;
--emerald-800: #0E7140;
--emerald-900: #094929;
--emerald-950: #062D1A;
}