Emerald
#33E66E
GreenColor Codes
All color formats for development
HEX
#33E66ERGB
rgb(51, 230, 110)HSL
hsl(140, 78%, 55%)OKLCH
oklch(0.813 0.214 149)CMYK
cmyk(78%, 0%, 52%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE15D
2#19C853
3#16AF49
4#13963E
5#0F7D34
6#0C642A
7#094B1F
8#063215
9#03190A
Tints
Lighter variations
1#47E87D
2#5CEB8B
3#70ED9A
4#84F0A8
5#99F2B7
6#ADF5C5
7#C2F7D4
8#D6FAE2
9#EBFCF1
Tones
Muted variations
1#3CDD71
2#45D474
3#4ECB77
4#57C27A
5#5FB97D
6#68B080
7#71A783
8#7A9E86
9#839589
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B5 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8F | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E66E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C853 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE9;
--emerald-200: #C4F8D5;
--emerald-300: #97F2B5;
--emerald-400: #60EB8F;
--emerald-500: #33E66E;
--emerald-600: #19C853;
--emerald-700: #149F42;
--emerald-800: #0E712F;
--emerald-900: #09491E;
--emerald-950: #062D13;
}