Emerald
#33E65F
GreenColor Codes
All color formats for development
HEX
#33E65FRGB
rgb(51, 230, 95)HSL
hsl(135, 78%, 55%)OKLCH
oklch(0.811 0.226 146.8)CMYK
cmyk(78%, 0%, 59%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE14D
2#19C844
3#16AF3C
4#139633
5#0F7D2B
6#0C6422
7#094B1A
8#063211
9#031909
Tints
Lighter variations
1#47E86F
2#5CEB7F
3#70ED8F
4#84F09F
5#99F2AF
6#ADF5BF
7#C2F7CF
8#D6FADF
9#EBFCEF
Tones
Muted variations
1#3CDD64
2#45D468
3#4ECB6D
4#57C271
5#5FB976
6#68B07A
7#71A77F
8#7A9E83
9#839588
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB83 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C844 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F36 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7127 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094919 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF4;
--emerald-100: #DFFBE6;
--emerald-200: #C4F8D1;
--emerald-300: #97F2AD;
--emerald-400: #60EB83;
--emerald-500: #33E65F;
--emerald-600: #19C844;
--emerald-700: #149F36;
--emerald-800: #0E7127;
--emerald-900: #094919;
--emerald-950: #062D10;
}